type SwitchSize = 'small' | 'medium' | 'large' | number; type SwitchVariant = 'primary' | 'secondary'; export type { SwitchSize, SwitchVariant };