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