import { OnDestroy, OnInit } from '@angular/core'; import { ActivatedRoute, Router } from '@angular/router'; import { Store } from '@ngrx/store'; import { Environment } from '@onepoint-yap/dashboard'; import { Observable, Subscription } from 'rxjs'; import * as i0 from "@angular/core"; export declare class AdminEnvironmentSelectComponent implements OnInit, OnDestroy { private store; private router; private route; static id: string; compId: number; currentEnv$: Observable; sub: Subscription; tab: number; currentTypeTranslation: string; constructor(store: Store, router: Router, route: ActivatedRoute); ngOnInit(): void; ngOnDestroy(): void; closePanel(): void; switch(number: number): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }