import { AfterViewInit } from "@angular/core";
import { FormGroup } from "@angular/forms";
import { EventBus, IEvent } from "@nova-ui/bits";
import { PizzagnaService } from "../../../../pizzagna/services/pizzagna.service";
import { IComponentConfiguration } from "../../../../types";
import { PreviewService } from "../../preview.service";
import { BaseConverter } from "../base-converter";
import * as i0 from "@angular/core";
export declare class KpiTilesConverterService extends BaseConverter implements AfterViewInit {
    private shouldReadForm;
    constructor(eventBus: EventBus<IEvent>, previewService: PreviewService, pizzagnaService: PizzagnaService);
    ngAfterViewInit(): void;
    buildForm(): void;
    toPreview(form: FormGroup): void;
    protected getTileConfiguration(id: string, componentType: string): IComponentConfiguration;
    static ɵfac: i0.ɵɵFactoryDeclaration<KpiTilesConverterService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<KpiTilesConverterService>;
}
