import type { Utils } from '@ima/core';
export interface PageContextType {
    $Utils: Utils;
}
export declare const PageContext: import("react").Context<PageContextType>;
//# sourceMappingURL=PageContext.d.ts.map