import type { RendererFC } from 'jamis-core';
import type { PageProps } from '../types';
export declare const PageRenderer: RendererFC<PageProps>;
