import { EffectCallback, DependencyList } from 'react';
import { ThrottleOptions } from '../useThrottle/throttleOptions';
declare function useThrottleEffect(effect: EffectCallback, deps?: DependencyList, options?: ThrottleOptions): void;
export default useThrottleEffect;