/// <reference types="react" />
import { ReviewChangesContextValue } from './types';
/**
 * @internal
 */
export declare const ReviewChangesContext: import("react").Context<ReviewChangesContextValue>;
//# sourceMappingURL=ReviewChangesContext.d.ts.map