import { Context } from 'react';
export declare function useThrottledContext<T>(context: Context<T>): [T, T | null];
//# sourceMappingURL=useThrottledContext.d.ts.map