import { NgForm } from '@angular/forms'; import { ActivatedRoute, Router } from '@angular/router'; import { Store } from '@ngrx/store'; import { Predicate } from '@onepoint-yap/dashboard'; import { Observable } from 'rxjs'; import { AbacRule, AbacRuleType, ConditionType } from '../store/abac-rules.model'; import * as i0 from "@angular/core"; export declare class AdminAbacRulesFormComponent { private store; private router; private route; readonly ATTRIBUTE: ConditionType; readonly METADATA: ConditionType; readonly: boolean; edit: boolean; predicates$: Observable; editAbacRuleType$: Observable; isSubmitted: boolean; editAbacRuleConditionsMasterId$: Observable; typeSelected$: Observable; editAbacRule$: Observable; constructor(store: Store, router: Router, route: ActivatedRoute); toPredicate(item: Predicate): Predicate; onChangeAbacRuleProperty(property: keyof AbacRule, value: string): void; onCreateAbacRule(form: NgForm): void; goBack(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }