import { OnInit, OnDestroy, OnChanges, SimpleChanges } from '@angular/core'; import { Observable, Subscription } from 'rxjs'; import { Store } from '@ngrx/store'; import { ActivatedRoute } from '@angular/router'; import * as i0 from "@angular/core"; export declare class FLXAppBarComponent implements OnInit, OnChanges, OnDestroy { private _store; route: ActivatedRoute; manifestItem: any; openAppMenu$: Observable; title$: Observable; networkCheckSubscription: Subscription; settings: any; disableMenu: boolean; isOffline: boolean; constructor(_store: Store, route: ActivatedRoute); ngOnInit(): void; getCurrentRoute(): void; private getSettings; ngOnChanges(changes: SimpleChanges): void; setTitle(): void; getAppMenuState(): void; toggleMenu(): void; private notifyNetworkStatus; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; }