import { type ISettings } from "@gooddata/sdk-model"; export declare const ENABLE_GEO_CHARTS_VIEWPORT_CONFIG = "enableGeoChartsViewportConfig"; export declare const ENABLE_GEO_BASEMAP_CONFIG = "enableGeoBasemapConfig"; export declare const ENABLE_GEO_PUSHPIN_ICON = "enableGeoPushpinIcon"; export declare function isGeoChartsViewportConfigEnabled(featureFlags?: ISettings): boolean; export declare function isGeoBasemapConfigEnabled(featureFlags?: ISettings): boolean; export declare function isGeoPushpinIconEnabled(featureFlags?: ISettings): boolean; //# sourceMappingURL=featureFlags.d.ts.map