import * as React from "react"; import { FieldProps } from "src/types"; declare const TextArea: React.FC; export { TextArea };