/// <reference types="react" />
import type { InputProps } from './type';
declare const Input: import("react").NamedExoticComponent<InputProps>;
export default Input;
