export default useDebouncedCallback; /** A hook for creating a debounced callback function */ declare function useDebouncedCallback(cb: any, dependencies: any, debounceMs?: number, debounceFn?: { any>(func: T, wait: number | undefined, options: import("lodash").DebounceSettingsLeading): import("lodash").DebouncedFuncLeading; any>(func: T, wait?: number, options?: import("lodash").DebounceSettings): import("lodash").DebouncedFunc; }): import("lodash").DebouncedFunc<(...args: any[]) => void>; //# sourceMappingURL=useDebouncedCallback.d.ts.map