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