import { OnInit } from '@angular/core'; export declare class ALSideNavComponent implements OnInit { displayNav: boolean; menuItems: any[]; constructor(); ngOnInit(): void; toggleNav: () => void; toggleItemExpanded: (menuItem: any) => void; logout: () => void; }