import { VueConstructor } from 'vue' interface GlpUIPlugin { install (Vue: VueConstructor, args?: unknown): void version: string } declare const GlpUI: GlpUIPlugin export default GlpUI