import { HTMLInputElementProps } from '../Input';
import * as React from "react";
export declare const SwitchInput: React.ForwardRefExoticComponent<Omit<HTMLInputElementProps, "ref"> & React.RefAttributes<HTMLInputElement>>;
