export declare function RebaseRouter({ children, basePath }: { children: React.ReactNode; basePath?: string; }): import("react").JSX.Element;