import { ActivatedRoute, Router } from '@angular/router'; import { Store } from '@ngrx/store'; import { Observable } from 'rxjs'; import { FieldExtended } from './store/admin-fields.model'; import * as i0 from "@angular/core"; export declare class AdminFieldsComponent { private store; private router; private route; fields$: Observable; sortActive?: string | undefined; sortDirection?: string | undefined; currentFieldId$: Observable; constructor(store: Store, router: Router, route: ActivatedRoute); selectField(field: any): void; getTranslationType(type: string): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }