import { OnInit, ChangeDetectorRef, EventEmitter } from '@angular/core'; import { AnimationEvent } from '@angular/animations'; import { Router } from '@angular/router'; import { Observable } from 'rxjs'; import { Store } from '@ngrx/store'; import * as i0 from "@angular/core"; export declare class FLXAppMenuComponent implements OnInit { private router; private _store; private cdr; opened: boolean; version: string; currentUser$: Observable; themeCheckedStatus: boolean; theme: string; navItems: any; logo_url: any; animationState: 'void' | 'enter' | 'leave'; animationStateChanged: EventEmitter; listenToClickOutsideMenu(targetElement: any): void; constructor(router: Router, _store: Store, cdr: ChangeDetectorRef); ngOnInit(): void; getOrg(): void; redirect(navItem: any): void; toggleEditable(event: any): void; signout(event: any): void; onAnimationStart(event: AnimationEvent): void; onAnimationDone(event: AnimationEvent): void; startExitAnimation(): void; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; }