/** * @author: xd * @Date: 2022-01-25 12:44:03 * @LastEditors: xd * @LastEditTime: 2023-05-09 12:47:10 * @Description: 功能 */ import { base } from "./base"; import * as EventType from "./EventType"; import { Map } from "ol"; export declare class baseMap extends base { _map: Map | null; contextmenuitems: any; contextmenu: any; EventType: typeof EventType; constructor(); initContextmenu(): void; }