import React from 'react'; import type { RouterConfig } from './plugin'; export declare function renderRoutes(routesConfig?: RouterConfig['routesConfig'], extraProps?: any): React.JSX.Element | null; export declare function getLocation(serverContext: any): string; export declare const urlJoin: (...parts: string[]) => string; export declare function standardSlash(str: string): string;