import type { CssMode } from '../../types/cssmode'; import * as L from 'leaflet'; export declare function removeInjectedCss(shadowRoot: ShadowRoot, injectedStyle: HTMLStyleElement): void; export declare function ensureLeafletCss(mode: CssMode, root?: ShadowRoot): HTMLStyleElement | null; /** Fügt ein kleines Google-Logo als Leaflet-Control hinzu (Branding-Sicherheit) */ export declare function ensureGoogleLogo(map: L.Map, markAdded: () => void): void;