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 SeaMapToolSymbol extends AreaViewBase { _show(): this; private drawBoundary; private formatData; private latLngFormat; } declare const seaMapToolSymbol: (map: MyMap, options?: Partial | undefined) => SeaMapToolSymbol; export { SeaMapToolSymbol, seaMapToolSymbol };