import { type IAttributeWithReferences } from "@gooddata/sdk-backend-spi"; import { type GeoLayerType, type IBucket, type ICatalogAttribute, type IInsight, type ISettings, type ObjRef } from "@gooddata/sdk-model"; export declare function getGeoDefaultDisplayFormRefs(insight: IInsight, settings: ISettings | undefined, catalogAttributes: ICatalogAttribute[], preloadedAttributesWithReferences?: IAttributeWithReferences[]): Map | undefined; export declare function resolveGeoDefaultDisplayFormRefs(layerType: GeoLayerType, buckets: IBucket[], catalogAttributes: ICatalogAttribute[], preloadedAttributesWithReferences?: IAttributeWithReferences[]): Map | undefined; //# sourceMappingURL=geoDefaultDisplayFormRefs.d.ts.map