/// import { SwitchProps as AntSwitchProps } from 'antd/es/switch'; interface SwitchProps extends Omit { value: boolean; } declare const Switch: import("react").ForwardRefExoticComponent>; export default Switch;