import { GeoJSON } from 'leaflet'; import type { GeoJSONOptions } from 'leaflet'; import type { GeoJsonObject } from 'geojson'; type Props = { json?: GeoJsonObject | null; options?: GeoJSONOptions | null; instance?: GeoJSON; } & { [key: string]: unknown; }; declare const SGeoJson: import("svelte").Component; type SGeoJson = ReturnType; export default SGeoJson; //# sourceMappingURL=SGeoJSON.svelte.d.ts.map