import { type IMeasureGroupDescriptor } from "@gooddata/sdk-model"; import { type DataViewFacade } from "@gooddata/sdk-ui"; import { type IColorStrategy } from "@gooddata/sdk-ui-vis-commons"; import { type IChartConfig } from "../../../interfaces/chartConfig.js"; import { type IUnwrappedAttributeHeadersWithItems } from "../../typings/mess.js"; import { type ISeriesItemConfig } from "../../typings/unsafe.js"; export declare function getBubbleChartSeries(dv: DataViewFacade, measureGroup: IMeasureGroupDescriptor["measureGroupHeader"], stackByAttribute: IUnwrappedAttributeHeadersWithItems | undefined | null, colorStrategy: IColorStrategy, emptyHeaderTitle: string, chartConfig?: IChartConfig): ISeriesItemConfig[]; //# sourceMappingURL=bubbleChartSeries.d.ts.map