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"; export declare function getTreemapStackedSeriesDataWithViewBy(dv: DataViewFacade, measureGroup: IMeasureGroupDescriptor["measureGroupHeader"], viewByAttribute: IUnwrappedAttributeHeadersWithItems, stackByAttribute: IUnwrappedAttributeHeadersWithItems | undefined | null, colorStrategy: IColorStrategy, emptyHeaderTitle: string): any[]; export declare function getTreemapStackedSeriesDataWithMeasures(dv: DataViewFacade, measureGroup: IMeasureGroupDescriptor["measureGroupHeader"], stackByAttribute: any, colorStrategy: IColorStrategy, emptyHeaderTitle: string, chartFill: IChartFillConfig | undefined, theme: ITheme | undefined): any[]; export declare function getTreemapStackedSeries(dv: DataViewFacade, measureGroup: IMeasureGroupDescriptor["measureGroupHeader"], viewByAttribute: IUnwrappedAttributeHeadersWithItems | undefined | null, stackByAttribute: IUnwrappedAttributeHeadersWithItems | undefined | null, colorStrategy: IColorStrategy, emptyHeaderTitle: string, chartFill: IChartFillConfig | undefined, theme: ITheme | undefined): { name: string; legendType: string; showInLegend: boolean; data: any[]; turboThreshold: number; seriesIndex: number; }[]; //# sourceMappingURL=treemapChartSeries.d.ts.map