import { MapLibre } from 'svelte-maplibre';
import type { MapData } from '../interfaces/mapData.interface.ts';
type $$ComponentProps = {
    data: MapData[];
};
declare const MapLibre: import("svelte").Component<$$ComponentProps, {}, "">;
type MapLibre = ReturnType<typeof MapLibre>;
export default MapLibre;
