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