import { type IntlShape } from "react-intl"; import { type ChartType } from "@gooddata/sdk-ui"; import { type IExtendedReferencePoint } from "../../interfaces/Visualization.js"; export declare function setComboChartUiConfig(referencePoint: IExtendedReferencePoint, intl: IntlShape, visualizationType: ChartType): IExtendedReferencePoint; //# sourceMappingURL=comboChartUiConfigHelper.d.ts.map