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