import { EventEmitter, Type } from "@angular/core"; import { AbstractDynamicControl, ControlComponent, ControlComponentRenderer, ControlFactory, DynamicHostDirective, FormControlType } from "@fretve/dynamic-forms"; import { Immutable, Maybe } from "@fretve/global-types"; import * as i0 from "@angular/core"; export declare class DynamicControlArrayEntryComponent { private controlFactory; private controlRenderer; dynamicHost: DynamicHostDirective; entryRemoved: EventEmitter; control: FormControlType>; config: Immutable>>, any>>; index: number; constructor(controlFactory: ControlFactory, controlRenderer: ControlComponentRenderer); ngOnInit(): void; removeEntry(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }