declare function useThrottle(fn: any, delay: number): (...args: any[]) => void; export default useThrottle;