import { OnDestroy } from '@angular/core'; import { Router } from '@angular/router'; import { Subject } from 'rxjs'; import * as i0 from "@angular/core"; export declare class GlComponentMenuService implements OnDestroy { container: HTMLDivElement; background: HTMLDivElement; router: Router; menuHidden: Subject; opened: boolean; private _timeouts; constructor(); ngOnDestroy(): void; initialize(container: HTMLDivElement, background: HTMLDivElement, router: Router): void; close(event: Event): boolean; open(event: Event): boolean; goToSettings(url: string, target?: string): void; backgroundClick(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }