import { Execution, VisualizationObject } from "@gooddata/typings";
import { IAvailableLegends, IGeoData, IGeoLngLat, IPushpinCategoryLegendItem } from "../../interfaces/GeoChart";
export declare function getLocation(latlng: string): IGeoLngLat | null;
export declare function getGeoData(buckets: VisualizationObject.IBucket[], execution: Execution.IExecutionResponses): IGeoData;
export declare const getGeoBucketsFromMdObject: (mdObject: VisualizationObject.IVisualizationObjectContent) => VisualizationObject.IBucket[];
export declare function getAvailableLegends(categoryItems: IPushpinCategoryLegendItem[], geoData: IGeoData): IAvailableLegends;
export declare function parseGeoProperties(properties: GeoJSON.GeoJsonProperties): GeoJSON.GeoJsonProperties;
