import { AfterViewInit, OnDestroy } from '@angular/core'; import { ControlContainer } from '@angular/forms'; import { RxapFormControl, RxapFormGroup } from '@rxap/forms'; import * as i0 from "@angular/core"; export declare class FormArrayRemovableDirective implements AfterViewInit, OnDestroy { protected readonly parent: ControlContainer; protected formGroup: RxapFormGroup<{ deleted: boolean; }>; protected deletedControl: RxapFormControl; private _deletedControlValueSubscription?; constructor(parent: ControlContainer); get isDeleted(): boolean; protected get isDisabled(): boolean; ngAfterViewInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }