import * as React from 'react';
export declare function resetPageId(): void;
export default function createPageConfig(Page: React.ComponentType<any>, name: string): any;
