import { Icon } from 'leaflet'; import type { IconOptions } from 'leaflet'; type Props = { options?: IconOptions; instance?: Icon; } & { [key: string]: unknown; }; declare const SIcon: import("svelte").Component; type SIcon = ReturnType; export default SIcon; //# sourceMappingURL=SIcon.svelte.d.ts.map