import * as React from 'react';
import type { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers';
export interface AlertHeadingProps extends BsPrefixProps, React.HTMLAttributes<HTMLElement> {
}
declare const AlertHeading: BsPrefixRefForwardingComponent<'div', AlertHeadingProps>;
export default AlertHeading;