import React from "react";
import { TextFieldProps } from "./index";
export declare function DebouncedTextField<T extends string | number>(props: TextFieldProps<T>): React.JSX.Element;
