/// /** * Alerts are used to communicate a state that affects a system, feature or page. * Chakra UI exports 4 alert related components. * Alert: The wrapper for alert components. * AlertIcon: The visual icon for the alert that changes based on the status prop. * AlertTitle: The title of the alert to be announced by screen readers. * AlertDescription: The description of the alert to be announced by screen readers. * https://chakra-ui.com/docs/feedback/alert */ export declare function Alert({ ...props }: any): JSX.Element; export declare function AlertIcon({ ...props }: any): JSX.Element; export declare function AlertTitle({ ...props }: any): JSX.Element; export declare function AlertDescription({ ...props }: any): JSX.Element; //# sourceMappingURL=Alert.d.ts.map