import { FC } from 'react'; import { TextInputProps } from '../Input.types'; export declare const TextInput: FC;