import React from "react"; interface NestedNavigationContextProps { basePath: string; fixLinks?: boolean; children: React.ReactNode | React.ReactNode[]; } export declare function NestedNavigationContext({ basePath, fixLinks, children }: NestedNavigationContextProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=NestedNavigationContext.d.ts.map