import * as React from "react"; import type { FormElementProps } from "../.."; /** * The component for the "Text" Form Element. * It just exposes the Title and Description which are common to all. */ declare const Text: React.ForwardRefExoticComponent & React.RefAttributes>; export default Text;