import type { ReactNode } from 'react'; import type { TAlertColor, TAlertProps } from './Alert.type'; export declare const ALERT_COLORS: TAlertColor[]; export declare const ALERT_COLOR: { [key in TAlertColor]: key; }; export declare const ALERT_DEFAULT_PROPS: TAlertProps; export declare const DEFAULT_ICON: { [key in TAlertColor]: ReactNode; };