import * as React from "react"; import type { FormElementProps } from "../.."; /** * The component for the "Text Box" and "Password Box" Form Elements. */ declare const TextBox: React.ForwardRefExoticComponent & React.RefAttributes>; export default TextBox;