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