/// export default function useThrottle(cb: any, delay: number): import("lodash").DebouncedFunc<(...args: any) => any>;