export type AlertVariant = 'success' | 'error' | 'warning' | 'info' | string; export type AlertAppearance = 'fill' | 'surface' | string;