import { AreaViewBase } from 'map-sdk-leaflet/es/sdk/plugins/AreaView/AreaViewBase'; import type { AreaViewBaseOptions } from 'map-sdk-leaflet/es/sdk/plugins/AreaView/AreaViewBase'; import type { MyMap } from 'map-sdk-leaflet/es/sdk/ShipxyAPISDK'; /** * 专属经济区区域图形展示类 */ declare class ExclusiveEconomicZoneSymbol extends AreaViewBase { _show(): this; drawBoundary(boundarys: any[], borderColor: string, title: string): void; } declare function exclusiveEconomicZoneSymbol(map: MyMap, options: Partial): ExclusiveEconomicZoneSymbol; export { ExclusiveEconomicZoneSymbol, exclusiveEconomicZoneSymbol };