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