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