import { ComputedRef, InjectionKey, ShallowRef } from 'vue';
import { GeoJSONSource, Map, SourceSpecification } from 'maplibre-gl';
import { Nullable } from '../types';

export declare const MapProvideKey: InjectionKey<ShallowRef<Nullable<Map>> | ComputedRef<Nullable<Map>>>;
export declare const SourceProvideKey: InjectionKey<ShallowRef<Nullable<SourceSpecification | GeoJSONSource>> | ComputedRef<Nullable<SourceSpecification | GeoJSONSource>>>;
//# sourceMappingURL=MapProvideKey.d.ts.map