import './style/index.js'; export type { InputProps } from './Input'; export * from './type'; export declare const Input: import("react").ForwardRefExoticComponent>; export default Input;