import { InputWrapperBaseProps } from '../../internals/InputWrapper'; export interface InputSwitchProps extends InputWrapperBaseProps, Omit, "type" | "value"> { } export declare const InputSwitch: import('react').ForwardRefExoticComponent>;