export type CardVariant = 'alarm' | 'critical' | 'warning' | 'info' | 'neutral' | 'success' | 'primary' | 'outline' | 'filled';