import { type IntlShape } from "react-intl"; import { type IExtendedReferencePoint } from "../../interfaces/Visualization.js"; export declare function setWaterfallChartUiConfig(referencePoint: IExtendedReferencePoint, intl: IntlShape, visualizationType: string): IExtendedReferencePoint; export declare function isWaterfallColorHeaderItemKey(headerName: string): boolean; export declare function getWaterfallTotalColumnName(totalName: string, intl: IntlShape): string; //# sourceMappingURL=waterfallChartUiConfigHelper.d.ts.map