import { FC } from 'react'; import { AlertProps, AlertStaticMembers } from './types'; export declare const ALERT_ICONS: { info: import("@chakra-ui/react").ComponentWithAs; warning: import("@chakra-ui/react").ComponentWithAs; success: import("@chakra-ui/react").ComponentWithAs; error: import("@chakra-ui/react").ComponentWithAs; }; export declare const Alert: FC & AlertStaticMembers;