import * as React from 'react'; import type { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers'; export interface AlertLinkProps extends BsPrefixProps, React.AnchorHTMLAttributes { } declare const AlertLink: BsPrefixRefForwardingComponent<'a', AlertLinkProps>; export default AlertLink;