import maplibregl from 'maplibre-gl';
declare const Projection: import("svelte").Component<maplibregl.ProjectionSpecification, {}, "">;
type Projection = ReturnType<typeof Projection>;
export default Projection;
