import { TileLayer } from 'leaflet'; import type { WMSOptions } from 'leaflet'; type Props = { url: string; options?: WMSOptions; name?: string; checked?: boolean; instance?: TileLayer; layerType?: 'base' | 'overlay'; } & { [key: string]: unknown; }; declare const STileLayerWms: import("svelte").Component; type STileLayerWms = ReturnType; export default STileLayerWms; //# sourceMappingURL=STileLayerWMS.svelte.d.ts.map