export declare type SwitchSize = 'lg' | 'md' | 'sm' | ''; export declare type SwitchState = 'error' | ''; export declare type SwitchValue = string | number | boolean;