import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms'; import { ActivatedRoute, Router } from '@angular/router'; import { Store } from '@ngrx/store'; import { Attribute, Class, LinkDetails, RelationType } from '@onepoint-yap/dashboard'; import { Observable, Subscription } from 'rxjs'; import * as i0 from "@angular/core"; export declare class AdminLinksNewComponent { private store; private router; private route; private formBuilder; sub: Subscription; sortActive?: string | undefined; sortDirection?: string | undefined; relationTypes$: Observable; links$: Observable; classes$: Observable; attributesSource$?: Observable; attributesDestination$?: Observable; attrIdTofilter$?: Observable; linkForm: UntypedFormGroup; classSourceId?: string; isSubmitted: boolean; isSelectClass: boolean; constructor(store: Store, router: Router, route: ActivatedRoute, formBuilder: UntypedFormBuilder); onTypeSourceChange(): void; onClassSourceChange(event: any): void; onClassDestinationChange(event: any): void; goBack(): void; addLink(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }