export declare const useThrottle: (callback: any, delay: any) => (boolean | ((...args: any) => void))[];