export type AlertSize = 'small' | 'medium' | 'large'; export type AlertKind = 'filled' | 'text'; export type AlertStatus = 'info' | 'error' | 'warning' | 'success' | 'default';