import { type IColorPalette, type IMeasureGroupDescriptor, type ITheme } from "@gooddata/sdk-model"; import { type IColorAssignment } from "@gooddata/sdk-ui"; import { type IChartFillConfig } from "@gooddata/sdk-ui-vis-commons"; import { type IChartConfig } from "../../../interfaces/chartConfig.js"; import { type ISeriesItem } from "../../typings/unsafe.js"; export declare function getTotalColumnColor(colorAssignment: IColorAssignment, colorPalette: IColorPalette): string; export declare function buildWaterfallChartSeries(measureGroup: IMeasureGroupDescriptor["measureGroupHeader"], series: ISeriesItem[], chartConfig: IChartConfig, colorAssignment: IColorAssignment, colorPalette: IColorPalette, emptyHeaderTitle: string, chartFill: IChartFillConfig | undefined, theme: ITheme | undefined): ISeriesItem[]; export declare function getWaterfallChartCategories(categories: string[], chartConfig: IChartConfig, measureGroup: IMeasureGroupDescriptor["measureGroupHeader"], emptyHeaderTitle: string): any[]; export declare function getColorAssignment(colorAssignments: IColorAssignment[], chartConfig: IChartConfig, series: ISeriesItem[]): IColorAssignment[]; //# sourceMappingURL=waterfallChartOptions.d.ts.map