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