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