import { ActivatedRoute, Router } from '@angular/router'; import { Store } from '@ngrx/store'; import { Class, LinkDetails, LinkExtended } from '@onepoint-yap/dashboard'; import { Observable, Subscription } from 'rxjs'; import * as i0 from "@angular/core"; export declare class AdminLinksComponent { private store; private router; private route; links$: Observable; linksExtended$: Observable; classes$: Observable; sortActive?: string | undefined; sortDirection?: string | undefined; sub: Subscription; constructor(store: Store, router: Router, route: ActivatedRoute); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }