import { IInputSwitch } from './interfaces.js';
export declare function InputSwitch(props: IInputSwitch): import("react/jsx-runtime").JSX.Element;
