/// <reference types="react" />
import { DotCMSPageContext } from '../models';
/**
 * The `PageContext` is a React context that provides access to the DotCMS page context.
 *
 * @category Contexts
 */
export declare const PageContext: import("react").Context<DotCMSPageContext | null>;
