export type CardSize = 'sm' | 'md' | 'lg' | string; export type CardAppearance = 'outline' | 'transparent' | string;