export interface SwitchModuleConfig { square?: boolean; size?: string; color?: string; switchOffColor?: string; switchColor?: string; defaultBgColor?: string; defaultBoColor?: string; checkedLabel?: string; uncheckedLabel?: string; }