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