import type { TextField } from './TextField.js';
export interface TextInputProps {
    field: TextField;
}
export declare function TextInput({ field }: TextInputProps): import("react/jsx-runtime").JSX.Element;
