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 GlobalSeaAreaSymbol extends AreaViewBase { constructor(map: MyMap, options?: Partial); _show(): this; drawBoundary(data: any[], color: string, title?: string): void; } declare function globalSeaAreaSymbol(map: MyMap, options?: Partial): GlobalSeaAreaSymbol; export { GlobalSeaAreaSymbol, globalSeaAreaSymbol };