import { OnInit } from "@angular/core"; import { Router } from "@angular/router"; import { LocalStorageService } from "../../services/local-storage.service"; import * as i0 from "@angular/core"; export declare class BackofficeComponent implements OnInit { private router; private localStorageService; constructor(router: Router, localStorageService: LocalStorageService); ngOnInit(): Promise; private activeTab; get getActiveTab(): string; tabChange(event: any): void; logOut(): void; private navigateTo; get getLogoutIcon(): string; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; }