///
import { Geometry } from 'ol/geom';
export declare function injectGeometryHost(selector: string): {
getInstance: (() => import("ol/geom").GeometryCollection) | (() => import("ol").Feature);
addGeometry: (geometry: Geometry) => void;
removeGeometry: (geometry: Geometry) => void;
changed: () => void;
};