import { TextProps } from '../../Text'; export type AlertTitleProps = TextProps; declare const AlertTitle: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export default AlertTitle; //# sourceMappingURL=AlertTitle.d.ts.map