import { OnChanges } from "@angular/core"; import { FormArray, FormGroup } from "@angular/forms"; import { Filed, IFormControl } from "ngx-mui-kit/components/muk-field-builder"; import { IButton } from "ngx-mui-kit/components/muk-button"; import * as i0 from "@angular/core"; export declare class MukFormArrayBuilderComponent implements OnChanges { formArrayName: string; formGroup: FormGroup; label: string; fields: { fields: IFormControl[]; }[]; protected buttons: IButton[]; private readonly _fb; ngOnChanges(): void; protected getFormArray(): FormArray; private initializeFormArray; private addNewCard; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }