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