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