import type React from 'react';
import type { RouterProps } from '@cedarjs/router/dist/router';
export * from '@cedarjs/router/dist/index';
export declare const routes: {
    [routeName: string]: () => string;
};
/**
 * This router populates the `routes.<pageName>()` utility object.
 */
export declare const Router: React.FC<RouterProps>;
//# sourceMappingURL=MockRouter.d.ts.map