/// <reference types="react" />
import { TextInputProps } from "./TextInput.types";
import { FieldStateProps } from "../../redux/FormComponents/FormComponents.types";
export declare const TextInput: (props: TextInputProps & FieldStateProps<any>) => JSX.Element;
