import { OnDestroy } from '@angular/core'; import { Store } from '@ngrx/store'; import { AbacRulesService } from '../store/abac-rules.service'; import * as i0 from "@angular/core"; export declare class AdminAbacRulesNewComponent implements OnDestroy { private store; private abacRuleService; constructor(store: Store, abacRuleService: AbacRulesService); ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }