import { type RouteComponentType } from './types'; export declare const PageRenderController: () => void; export declare const store_content: (component_type: RouteComponentType, content: string) => void;