import { FormGroup } from "@angular/forms";
import { EventBus, IEvent } from "@nova-ui/bits";
import { PizzagnaService } from "../../../../../pizzagna/services/pizzagna.service";
import { PreviewService } from "../../../preview.service";
import { BaseConverter } from "../../base-converter";
import { IConverterFormPartsProperties } from "../../types";
import * as i0 from "@angular/core";
export declare class GenericArrayConverterService extends BaseConverter {
    private formParts;
    private get previewComponentId();
    constructor(eventBus: EventBus<IEvent>, previewService: PreviewService, pizzagnaService: PizzagnaService);
    updateConfiguration(properties: {
        formParts: IConverterFormPartsProperties[];
    }): void;
    buildForm(): void;
    toPreview(form: FormGroup): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<GenericArrayConverterService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<GenericArrayConverterService>;
}
