import type { BaseAlertProps, ForwardRefPrimitive } from '../types'; /** * [📖 Docs](https://ui.docs.amplify.aws/react/components/alert) */ export declare const Alert: ForwardRefPrimitive;