import { TranslationService, ZGroup } from "mmhglobal-zcore"; import { Observable } from "rxjs"; import * as i0 from "@angular/core"; export declare class UiheaderService { private translationService; private translatedMenuItems; constructor(translationService: TranslationService); getTranslatedUserMenu(group: ZGroup, userPanelItems: Array): Observable>; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }