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