import { ConfigServiceBase } from '../../../services/config.service.base'; import { TranslocoService } from '@jsverse/transloco'; import { Router } from '@angular/router'; import { ElementRef } from '@angular/core'; import { LayoutServiceBase } from '../../../services/app-layout.service.base'; import * as i0 from "@angular/core"; export declare class SideMenuTopBarComponent { layoutService: LayoutServiceBase; protected router: Router; private config; private translocoService; companyName: string; menuButton: ElementRef; constructor(layoutService: LayoutServiceBase, router: Router, config: ConfigServiceBase, translocoService: TranslocoService); ngOnInit(): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }