import { BrandColor, FontColor, IconName } from '../../types'; export declare type AlertVariant = 'info' | 'success' | 'warning' | 'danger' | 'default'; export declare type AlertAttributes = { icon: IconName; color: FontColor; background: BrandColor; };