import { NavItem, NavItemsService } from '@abp/ng.theme.shared'; import { OnInit, TrackByFunction } from '@angular/core'; export declare class NavItemsComponent implements OnInit { readonly navItems: NavItemsService; trackByFn: TrackByFunction; constructor(navItems: NavItemsService); ngOnInit(): void; } //# sourceMappingURL=nav-items.component.d.ts.map