export interface UiSwitchModuleConfig {
size?: string;
color?: string;
switchOffColor?: string;
switchColor?: string;
defaultBgColor?: string;
defaultBoColor?: string;
checkedLabel?: string;
uncheckedLabel?: string;
checkedTextColor?: string;
uncheckedTextColor?: string;
}