/// export default function useThrottle(cb: (...args: any) => any, delay: number): import("lodash").DebouncedFuncLeading<(...args: any) => any>; //# sourceMappingURL=useThrottle.d.ts.map