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