import React from 'react'; import { TextAreaProps } from 'antd/es/input'; import { InputPropType } from '../../types'; declare const FormInputArea: React.FC; export default FormInputArea;