import type { TextFieldProps } from "./types"; export declare function TextField(props: TextFieldProps): JSX.Element;