import FormCheck, { FormCheckProps } from './FormCheck'; import { BsPrefixRefForwardingComponent } from './helpers'; declare type SwitchProps = Omit; declare type Switch = BsPrefixRefForwardingComponent & { Input: typeof FormCheck.Input; Label: typeof FormCheck.Label; }; declare const Switch: Switch; export default Switch;