import { Injector, ElementRef } from '@angular/core'; import { AuthGuardService } from '../../services'; import { OTranslateService } from '../../services'; export declare const DEFAULT_INPUTS_O_BAR_MENU: string[]; export declare class OBarMenuComponent { protected elRef: ElementRef; protected injector: Injector; static DEFAULT_INPUTS_O_BAR_MENU: string[]; protected authGuardService: AuthGuardService; protected translateService: OTranslateService; protected _menuTitle: string; protected _tooltip: string; protected _id: string; constructor(elRef: ElementRef, injector: Injector); ngOnInit(): void; setDOMTitle(): void; collapseAll(): void; getAuthGuardService(): AuthGuardService; menuTitle: string; tooltip: string; id: string; } export declare class OBarMenuModule { }