import { type IntlShape } from "react-intl"; import { type IExtendedReferencePoint } from "../../interfaces/Visualization.js"; export declare function getBulletChartUiConfig(referencePoint: IExtendedReferencePoint, intl: IntlShape, visualizationType: string): IExtendedReferencePoint; //# sourceMappingURL=bulletChartUiConfigHelper.d.ts.map