///
= React.ComponentType
& {
TextArea: typeof TntdInput.TextArea;
Search: typeof TntdInput.Search;
Group: typeof TntdInput.Group;
Password: typeof TntdInput.Password;
};
export type InputProps = AntdInputProps;
declare const Input: IInput