import { type DataViewFacade } from "@gooddata/sdk-ui"; import { type IColorStrategy } from "@gooddata/sdk-ui-vis-commons"; import { type IUnwrappedAttributeHeadersWithItems } from "../../typings/mess.js"; import { type ISeriesItem } from "../../typings/unsafe.js"; export declare const buildSankeyChartSeries: (dv: DataViewFacade, attributeHeaders: (IUnwrappedAttributeHeadersWithItems | null | undefined)[], colorStrategy: IColorStrategy, emptyHeaderTitle: string) => ISeriesItem[]; //# sourceMappingURL=sankeyChartOptions.d.ts.map