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