/// <reference types="react" />
import './style/index.js';
export * from './type';
export declare const Input: import("react").ForwardRefExoticComponent<import("./Input").InputProps & import("react").RefAttributes<HTMLInputElement>>;
export default Input;
