import React from "react"; import { TextInputProps } from "./interface"; declare const TextInput: React.FC; export default TextInput;