import { Point, Position } from "geojson"; import { JSONObject } from "../store/store"; export declare function getCoordinatesAsPoints(selectedCoords: Position[], geometryType: "Polygon" | "LineString", properties: (index: number) => JSONObject): { geometry: Point; properties: JSONObject; }[];