import { FormArray } from "@angular/forms"; import { AbstractDynamicControl, AllowFormStateSelectors, ControlArrayComponent, ControlFactory, FormStateResolver } from "@fretve/dynamic-forms"; import { Immutable } from "@fretve/global-types"; import { Observable } from "rxjs"; import * as i0 from "@angular/core"; import * as i1 from "./dynamic-control-array-entry.component"; import * as i2 from "@angular/common"; import * as i3 from "@angular/material/button"; import * as i4 from "@angular/material/icon"; import * as i5 from "@angular/material/divider"; import * as i6 from "@angular/material/form-field"; import * as i7 from "@fretve/dynamic-forms"; export interface DynamicControlArrayOptions { label$?: string; } export declare class DynamicControlArrayComponent implements ControlArrayComponent { private controlFactory; private resolver; formControl: FormArray; viewOptionSelectors: Immutable>; controlTemplate: Immutable>; options$: Observable>; ɵviewOptions?: DynamicControlArrayOptions; constructor(controlFactory: ControlFactory, resolver: FormStateResolver); ngOnInit(): void; addControl(): void; removeEntry(index: number): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class DynamicArrayModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }