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";
export declare class TimeseriesTileIndicatorDataConverterService extends BaseConverter {
    private previewSeriesPath;
    private get previewComponentId();
    constructor(eventBus: EventBus<IEvent>, previewService: PreviewService, pizzagnaService: PizzagnaService);
    buildForm(): void;
    toPreview(form: FormGroup): void;
}
