import { CheckboxProps } from '../Checkbox/types'; export interface SwitchProps extends Omit { onText?: any; offText?: any; }