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