import { OnInit, EventEmitter, QueryList, AfterViewInit, ChangeDetectorRef } from '@angular/core'; import { MenuComponent } from "../menu/menu.component"; import * as i0 from "@angular/core"; export declare class SideNavigationMobileComponent implements OnInit, AfterViewInit { private cdr; menuItems: QueryList; isThemeVisible: boolean; currentPage: string; user: { name: string; href: string; roles: string; }; themeButton: EventEmitter; closeClick: EventEmitter; settingsClick: EventEmitter; sidebarIcon: string; sidebarOpen: boolean; themeActive: 'dark' | 'light' | 'system'; iconActive: string; constructor(cdr: ChangeDetectorRef); ngOnInit(): void; sideResize(): void; sidebarShow(): void; selectedTheme(): void; ngAfterViewInit(): void; getInitials(): string; getRolesLabelEnum(): string; settingsEmitter(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }