declare module "@vue/runtime-core" { export interface GlobalComponents { hsButton: typeof import("hs-player").Button; hsMap: typeof import("hs-player").hsMap; hsPlayer: typeof import("hs-player").hsPlayer; } } export {};