export declare function useThrottledValue(value: T, wait: number): T;