import { Input } from '@alifd/next'; export default Input; export declare const InputTextArea: import("@alifd/next/types/config-provider/types").ConfiguredComponentClass>; export type { InputProps, GroupProps as InputGroupProps, TextAreaProps, TextAreaProps as InputTextAreaProps, PasswordProps, } from '@alifd/next/types/input';