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