import { AfterViewInit, OnDestroy } from "@angular/core";
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 * as i0 from "@angular/core";
export declare class TimeseriesSeriesConverterService extends BaseConverter implements AfterViewInit, OnDestroy {
    private indicatorDataKey;
    private previewSeriesPath;
    private formSeriesComponentPath;
    private dataSourceSeries$;
    private selectedSeriesIds$;
    private shouldReadForm;
    constructor(eventBus: EventBus<IEvent>, previewService: PreviewService, pizzagnaService: PizzagnaService);
    buildForm(): void;
    toPreview(form: FormGroup): void;
    ngOnDestroy(): void;
    private updateAvailableSeries;
    private subscribeToAvailableDataFieldsChange;
    static ɵfac: i0.ɵɵFactoryDeclaration<TimeseriesSeriesConverterService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<TimeseriesSeriesConverterService>;
}
