import type { PositionType } from '@antv/l7'; export type PopupOptions = { position: PositionType; };