declare module 'vue' { // GlobalComponents for Volar export interface GlobalComponents { MbBufferCircleLayer: typeof import('@mapbox-vue3/core')['MbBufferCircleLayer'] MbBufferCircleLayerV2: typeof import('@mapbox-vue3/core')['MbBufferCircleLayerV2'] MbBufferEllipseLayer: typeof import('@mapbox-vue3/core')['MbBufferEllipseLayer'] MbBufferLineLayer: typeof import('@mapbox-vue3/core')['MbBufferLineLayer'] MbBufferPolygonLayer: typeof import('@mapbox-vue3/core')['MbBufferPolygonLayer'] MbBufferSectorLayer: typeof import('@mapbox-vue3/core')['MbBufferSectorLayer'] MbBuildingLayer: typeof import('@mapbox-vue3/core')['MbBuildingLayer'] MbCircleLayer: typeof import('@mapbox-vue3/core')['MbCircleLayer'] MbDrawControl: typeof import('@mapbox-vue3/core')['MbDrawControl'] MbFullscreenControl: typeof import('@mapbox-vue3/core')['MbFullscreenControl'] MbMap: typeof import('@mapbox-vue3/core')['MbMap'] MbLayer: typeof import('@mapbox-vue3/core')['MbLayer'] MbMapMarker: typeof import('@mapbox-vue3/core')['MbMapMarker'] MbMapPopup: typeof import('@mapbox-vue3/core')['MbMapPopup'] MbMapTooltip: typeof import('@mapbox-vue3/core')['MbMapTooltip'] MbNavigationControl: typeof import('@mapbox-vue3/core')['MbNavigationControl'] MbHeatmapLayer: typeof import('@mapbox-vue3/core')['MbHeatmapLayer'] MbImageLayer: typeof import('@mapbox-vue3/core')['MbImageLayer'] MbImageLoader: typeof import('@mapbox-vue3/core')['MbImageLoader'] MbImageApngLoader: typeof import('@mapbox-vue3/core')['MbImageApngLoader'] MbImageFrameLoader: typeof import('@mapbox-vue3/core')['MbImageFrameLoader'] MbImageGifLoader: typeof import('@mapbox-vue3/core')['MbImageGifLoader'] MbImageLottieLoader: typeof import('@mapbox-vue3/core')['MbImageLottieLoader'] MbPolygonLayer: typeof import('@mapbox-vue3/core')['MbPolygonLayer'] MbPolylineLayer: typeof import('@mapbox-vue3/core')['MbPolylineLayer'] MbScaleControl: typeof import('@mapbox-vue3/core')['MbScaleControl'] MbSource: typeof import('@mapbox-vue3/core')['MbSource'] MbSymbolLayer: typeof import('@mapbox-vue3/core')['MbSymbolLayer'] MbTiandituLayer: typeof import('@mapbox-vue3/core')['MbTiandituLayer'] MbUrlTemplateLayer: typeof import('@mapbox-vue3/core')['MbUrlTemplateLayer'] MbVideoLayer: typeof import('@mapbox-vue3/core')['MbVideoLayer'] MbVideoMp4Loader: typeof import('@mapbox-vue3/core')['MbVideoMp4Loader'] MbWmsLayer: typeof import('@mapbox-vue3/core')['MbWmsLayer'] MbWmtsLayer: typeof import('@mapbox-vue3/core')['MbWmtsLayer'] } } export {}