import { type IMeasureGroupDescriptor, type ITheme } from "@gooddata/sdk-model"; import { type DataViewFacade } from "@gooddata/sdk-ui"; import { type IChartFillConfig, type IColorStrategy } from "@gooddata/sdk-ui-vis-commons"; import { type IUnwrappedAttributeHeadersWithItems } from "../../typings/mess.js"; import { type ISeriesItemConfig } from "../../typings/unsafe.js"; export declare function getMekkoSeries(dv: DataViewFacade, measureGroup: IMeasureGroupDescriptor["measureGroupHeader"], viewByAttribute: IUnwrappedAttributeHeadersWithItems | undefined | null, stackByAttribute: IUnwrappedAttributeHeadersWithItems | undefined | null, colorStrategy: IColorStrategy, emptyHeaderTitle: string, _chartFill: IChartFillConfig | undefined, _theme: ITheme | undefined): ISeriesItemConfig[]; //# sourceMappingURL=mekkoSeries.d.ts.map