import { GeoCanvasImagePoi } from '../../GeoCanvasImagePoi'; import { Destroyable } from 'xbsj-xe2/dist-node/xe2-base-utils'; import { CanvasImagePoi } from './CanvasImagePoi'; export declare class GeoCanvasImagePoiImpl extends Destroyable { constructor(sceneObject: GeoCanvasImagePoi, canvasImagePoi: CanvasImagePoi); }