/// declare function PageContainer(props: { pageKey: string; pageAPI?: string; pageJSON?: any[]; history: any; match: any; }): JSX.Element; export declare const Page: typeof PageContainer; export {};