declare type SwitchStyle = {
    switchHeight?: string;
    switchFontSize?: string;
    switchBg?: string;
    switchCheckedBg?: string;
};
export { SwitchStyle };
