import maplibregl from 'maplibre-gl';
interface Props {
    position?: maplibregl.ControlPosition;
}
declare const GlobeControl: import("svelte").Component<Props, {}, "">;
type GlobeControl = ReturnType<typeof GlobeControl>;
export default GlobeControl;
