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