///
declare const Input: import("react").ForwardRefExoticComponent> & {
TextArea: import("react").ForwardRefExoticComponent>;
};
export default Input;
export { Input };
export type { InputProps, InputInstance, TextAreaProps, InputTextAlign, InputSharedProps, } from './type';