/** * Hook to throttle a value * @param value - Value to throttle * @param limit - Throttle limit in milliseconds * @returns Throttled value */ export declare function useThrottle(value: T, limit?: number): T; //# sourceMappingURL=use-throttle.d.ts.map