import type { App } from 'vue';
export * from './S2Map.vue';
/**
 * Install the Vue S2MapGPU Component globally
 * @param app - The Vue app instance
 */
export declare const vueInstall: (app: App) => void;
