import { ESOlViewer } from "../../ESOlViewer"; import { OlESObjectWithLocation } from "../../OlObjects"; import { ESGeoIcon } from "./ESGeoIcon"; export declare class OlESGeoIcon extends OlESObjectWithLocation { static readonly type: string; constructor(sceneObject: T, olViewer: ESOlViewer); } //# sourceMappingURL=OlESGeoIcon.d.ts.map