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