import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class DynamicNavigationMenu { private http; private isCloseModalBehavior; constructor(http: HttpClient); getNavigationMenuHeader(): Observable; setCloseBehaviorView(close: boolean): void; getCloseBehaviorView(): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }