import { OnChanges, SimpleChanges } from '@angular/core'; import { Router } from '@angular/router'; import { INavData } from './app-sidebar-nav'; import * as i0 from "@angular/core"; export declare class AppSidebarNavComponent implements OnChanges { router: Router; navItems: INavData[]; sidebarNavClass: boolean; role: string; navItemsArray: INavData[]; constructor(router: Router); ngOnChanges(changes: SimpleChanges): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }