import { OnInit } from '@angular/core'; import { AuthService, UtilityService } from '@bnsights/bbsf-utilities'; import * as i0 from "@angular/core"; export declare class AsideMenuComponent implements OnInit { private utilityService; private authService; appAngularVersion: string; appPreviewChangelogUrl: string; currentUserProfile: any; isSuperAdmin: boolean; constructor(utilityService: UtilityService, authService: AuthService); ngOnInit(): void; getResourceValue(Key: any): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }