type AlertVariant = 'success' | 'info' | 'warning' | 'error'; type AlertAppearance = 'fill' | 'surface'; export type { AlertAppearance, AlertVariant };