declare const useThrottledCallback: (callback: () => void, throttleDelay: number) => () => void; export default useThrottledCallback;