export type SwitchSize = 'sm' | 'md' | 'lg' | string; export type SwitchVariant = 'primary' | 'secondary' | string;