import { ThrottleOptions } from './throttleOptions';
declare function useThrottle<T>(value: T, options?: ThrottleOptions): T;
export default useThrottle;
