export declare function useThrottle(value: TValue, limit: number, onValueChange?: (value: TValue) => void): TValue;