import * as React from "react"; import type { FormElementProps } from "../.."; /** * The component for the "Text Area" Form Element. */ declare const TextArea: React.ForwardRefExoticComponent & React.RefAttributes>; export default TextArea;