import { PageLayoutContextProps } from './types'; export declare const PageLayoutContext: import("react").Context; export declare const usePageLayoutContext: () => PageLayoutContextProps; //# sourceMappingURL=context.d.ts.map