import { type IntlShape } from "react-intl"; import { type ISettings } from "@gooddata/sdk-model"; import { type IGeoConfig } from "@gooddata/sdk-ui-geo"; import { type IExtendedReferencePoint } from "../../interfaces/Visualization.js"; export declare function setGeoPushpinUiConfig(referencePoint: IExtendedReferencePoint, intl: IntlShape, visualizationType: string, featureFlags?: ISettings): IExtendedReferencePoint; export declare function updateConfigWithSettings(config: IGeoConfig, settings: ISettings): IGeoConfig; //# sourceMappingURL=geoPushpinChartUiConfigHelper.d.ts.map