import { type IntlShape } from "react-intl"; import { type IExtendedReferencePoint } from "../../interfaces/Visualization.js"; /** * Sets the UI config for geo area chart reference point. * Configures bucket titles and other UI elements specific to area visualization. * * @param referencePoint - Reference point to configure * @param intl - Internationalization object for translations * @returns Extended reference point with geo area UI config * @internal */ export declare function setGeoAreaUiConfig(referencePoint: IExtendedReferencePoint, intl: IntlShape): IExtendedReferencePoint; //# sourceMappingURL=geoAreaChartUiConfigHelper.d.ts.map