import { InputProps } from "../types"; export declare const TextInput: ({ error, placeholder, disabled, type, autoFocus, value, onChange }: InputProps) => JSX.Element;