import { Store } from '@ngrx/store'; import { RelationType } from '@onepoint-yap/dashboard'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class AdminRelationTypesComponent { private store; relationTypes: Observable; selectedRelationType$: Observable; sortActive?: string | undefined; sortDirection?: string | undefined; constructor(store: Store); selectlink(link: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }