/// <reference types="react" />
import { PageData } from "../../types";
export declare const PageDataContext: import("react").Context<PageData>;
