declare function useThrottle(delayInMS: number): (fn: () => void) => void; export default useThrottle;