import { PrimaryNavigationTreeProps } from '../../model/layout.types'; export declare function PrimaryNavigationTree({ items, pathname, context, guard, renderLink, renderItemContent, renderChildren, expandedItemIds, defaultExpandedItemIds, expandActiveAncestors, mountCollapsedBranches, onExpandedItemIdsChange, className, ...props }: PrimaryNavigationTreeProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=primary-navigation-tree.d.ts.map