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