import { ThrottledFunction } from '../../utils/throttle'; export declare function useThrottleCallback any>(func: F, delay: number, deps: React.DependencyList): ThrottledFunction;