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