import { AfterViewInit, OnDestroy } from '@angular/core'; import { RxapFormGroup } from '@rxap/forms'; import { FormArrayItemButton } from './form-array-item-button'; import * as i0 from "@angular/core"; export declare class FormArrayItemRemoveButtonDirective extends FormArrayItemButton implements AfterViewInit, OnDestroy { /** * A function that returns if the control should be temporarily deleted. * true - in the given form group the deleted control is set to true * false - the form group is removed from the (parent) form array */ shouldTemporarilyDeleted: (formGroup: RxapFormGroup) => boolean; protected onClick(): void; protected updateDisplayStyle(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }