/// import './style/index.less'; declare const Input: import("react").ForwardRefExoticComponent> & { TextArea: import("react").ForwardRefExoticComponent>; }; export default Input; export { Input }; export type { InputProps, InputInstance } from './PropsType'; export type { TextAreaProps, TextAreaInstance } from '../text-area/PropsType';