import { LngLatPoint } from "./Basic"; export declare class PointItemData { pos: LngLatPoint; constructor(pos: LngLatPoint); }