import { AreaViewBase, type AreaViewBaseOptions } from 'map-sdk-leaflet/es/sdk/plugins/AreaView/AreaViewBase'; import type { MyMap } from 'map-sdk-leaflet/es/sdk/ShipxyAPISDK'; import 'leaflet.heat'; declare class ShipAccidentSymbol extends AreaViewBase { constructor(map: MyMap, options?: Partial); _show(): void; } declare const shipAccidentSymbol: (map: MyMap, options?: Partial | undefined) => ShipAccidentSymbol; export { shipAccidentSymbol, ShipAccidentSymbol };