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