import { IconName } from '../../types'; import { AlertVariant } from './Alert.types'; export declare const ALERT_VARIANTS: AlertVariant[]; export declare const ALERT_ICONS_MAP: { [key in AlertVariant]: { icon: IconName; }; };