import type { Map as LeafletMap } from 'leaflet';
export declare function useAttribution(map: LeafletMap, attribution: string | null | undefined): void;
