import type { PageContextType } from './shared/types.js';
declare const pageContext: React.Context<PageContextType>;
export default pageContext;
