declare const useDebouncedCallback: (fn: (...a: any) => any, timeout: number) => any[]; export default useDebouncedCallback;