import React from 'react'; import { InputProps, TextAreaProps } from 'antd/lib/input'; declare type ComposedInput = React.FC> & { TextArea?: React.FC>; }; export declare const Input: ComposedInput; export default Input;