import React from "react"; import { PropsOf } from "src/typeUtils"; import { TextInputProps, ThemedTextInput } from "./TextInput.styled"; export declare const TextInput: React.FC & TextInputProps>; export default TextInput;