import * as React from "react"; import { TabsProps } from "antd/lib/tabs"; export declare function RoutedTabs({ baseUrl, parameter, children, defaultView, ...rest }: React.PropsWithChildren<{ baseUrl: string; parameter: string; defaultView?: string; } & Omit>): JSX.Element; export * from "./menu"; export * from "./left-navigation"; export * from "./paths-context"; //# sourceMappingURL=index.d.ts.map