import { ImageOverlay } from 'leaflet'; import type { LatLngBounds, ImageOverlayOptions } from 'leaflet'; type Props = { url: string; bounds: LatLngBounds; options?: ImageOverlayOptions; instance?: ImageOverlay; } & { [key: string]: unknown; }; declare const SImageOverlay: import("svelte").Component; type SImageOverlay = ReturnType; export default SImageOverlay; //# sourceMappingURL=SImageOverlay.svelte.d.ts.map