import { AlertTitleProps } from './alert.types'; declare function AlertTitle(props: AlertTitleProps): JSX.Element; export default AlertTitle;