import { AfterViewInit, ComponentRef, OnDestroy, ViewContainerRef } from '@angular/core'; import { Router } from '@angular/router'; import { Store } from '@ngrx/store'; import { BaseLayoutComponent, BaseToolboxAction } from '@onepoint-yap/dashboard'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class SupervisionLayoutComponent extends BaseLayoutComponent implements AfterViewInit, OnDestroy { baseToolboxTranslation: string; actions$: Observable; subActions$: Observable; panelOpen$: Observable; supervisionPanel: ViewContainerRef; componentRef?: ComponentRef; constructor(store: Store, router: Router); init(): void; highlightMenu(menu: string): void; ngAfterViewInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }