/// interface IPageProps { title?: string; children: any; } export declare const Page: (props: IPageProps) => JSX.Element; export {}; //# sourceMappingURL=Page.d.ts.map