import { DisplayObjectConfig, ICSSStyleDeclaration, Image, ImageStyleProps } from '@antv/g'; import { IMapService } from '@antv/l7-core'; import { IL7GDisplayObject } from '../interface'; export declare class GImage extends Image implements IL7GDisplayObject { originStyle: ImageStyleProps & ICSSStyleDeclaration; coordinates: [number, number]; mapService?: IMapService; constructor(config: DisplayObjectConfig); syncPosition(mapService: IMapService): void; }