import React from "react"; import { TextAreaFormItemProps } from "./PropsType"; import "./style/index.less"; declare const TextAreaFormItem: React.FC; export default TextAreaFormItem;