import { App } from 'vue'; import { default as OlSourceBingMaps } from './OlSourceBingMaps'; import { default as OlSourceCluster } from './OlSourceCluster'; import { default as OlSourceImageStatic } from './OlSourceImageStatic'; import { default as OlSourceImageWMS } from './OlSourceImageWMS'; import { default as OlSourceOSM } from './OlSourceOSM'; import { default as OlSourceStadiaMaps } from './OlSourceStadiaMaps'; import { default as OlSourceTianditu } from './OlSourceTianditu'; import { default as OlSourceTileArcGISRest } from './OlSourceTileArcGISRest'; import { default as OlSourceTileDebug } from './OlSourceTileDebug'; import { default as OlSourceGeoTIFF } from './OlSourceGeoTIFF'; import { default as OlSourceTileJSON } from './OlSourceTileJSON'; import { default as OlSourceTileWMS } from './OlSourceTileWMS'; import { default as OlSourceVector } from './OlSourceVector'; import { default as OlSourceVectorTile } from './OlSourceVectorTile'; import { default as OlSourceXYZ } from './OlSourceXYZ'; import { default as OlSourceWMTS } from './OlSourceWMTS'; import { Vue3OpenlayersGlobalOptions } from '../../types'; declare function install(app: App, options?: Vue3OpenlayersGlobalOptions): void; declare module "@vue/runtime-core" { function inject(key: "ol-options"): Vue3OpenlayersGlobalOptions; } export default install; export { install, OlSourceBingMaps, OlSourceCluster, OlSourceImageStatic, OlSourceImageWMS, OlSourceOSM, OlSourceStadiaMaps, OlSourceTianditu, OlSourceTileArcGISRest, OlSourceTileDebug, OlSourceGeoTIFF, OlSourceTileJSON, OlSourceTileWMS, OlSourceVector, OlSourceVectorTile, OlSourceXYZ, OlSourceWMTS, };