import { type IResultAttributeHeader } from "@gooddata/sdk-model"; import { type DataViewFacade } from "@gooddata/sdk-ui"; import { type IColorStrategy } from "@gooddata/sdk-ui-vis-commons"; import { type ISeriesItemConfig } from "../../typings/unsafe.js"; export declare function getScatterPlotSeries(dv: DataViewFacade, viewByAttribute: { items: IResultAttributeHeader[]; } | undefined | null, stackByAttribute: { items: IResultAttributeHeader[]; } | undefined | null, colorStrategy: IColorStrategy, emptyHeaderTitle: string): ISeriesItemConfig[]; //# sourceMappingURL=scatterPlotSeries.d.ts.map