import { SidebarNavigationProps } from './ISidebar'; /** * @ignore - internal component. */ declare const SidebarNavigation: ({ subNavigation, basePath, depth, onLinkClick, isMini, isFullyExpanded, hasDrawerTransitions, selectedItemId, }: SidebarNavigationProps) => import("react/jsx-runtime").JSX.Element; export default SidebarNavigation;