export type SwitchThemeVars = { switchSize?: string; switchFontSize?: string; switchWidth?: string; switchHeight?: string; switchBorder?: string; switchBackgroundColor?: string; switchTransitionDuration?: string; switchNodeSize?: string; switchNodeWidth?: string; switchNodeHeight?: string; switchNodeTranslateX?: string; switchNodeBackgroundColor?: string; switchNodeBoxShadow?: string; switchCheckedColor?: string; switchCheckedBackgroundColor?: string; switchLoadingColor?: string; switchDisabledOpacity?: string; };