import { InputProps } from "./BaseInput"; import React from "react"; declare const TextInput: React.FC>; export default TextInput;