export declare function hexagonToPolygonGeo(object: any, properties: any, radius: any, mapState: any): { geometry: { coordinates: any[]; type: string; }; properties: any; };