import { type IInsightDefinition } from "@gooddata/sdk-model"; import { type GeoChartShapeType } from "@gooddata/sdk-ui-geo"; import { type IBucketOfFun } from "../interfaces/Visualization.js"; export declare function hasPushpinSizeMeasure(insight: IInsightDefinition | undefined): boolean; export declare function hasPushpinColorMeasure(insight: IInsightDefinition | undefined): boolean; export declare function hasPushpinSegmentAttribute(insight: IInsightDefinition | undefined): boolean; export declare function hasPushpinTooltipMetric(insight: IInsightDefinition | undefined): boolean; export declare function isPushpinClusteringEditable(insight: IInsightDefinition | undefined, shapeType?: GeoChartShapeType): boolean; export declare function isPushpinClusteringEditableForBuckets(buckets: IBucketOfFun[], shapeType?: GeoChartShapeType): boolean; export declare function arePushpinSizeColorBucketsEditable(shapeType?: GeoChartShapeType): boolean; //# sourceMappingURL=geoPushpinCompatibility.d.ts.map