import React from "react"; import { TextFieldProps } from "./TextField.js"; export declare function DebouncedTextField(props: TextFieldProps): React.JSX.Element;