import type { App, Plugin } from 'vue'; export declare const makeInstaller: (components?: Plugin[]) => { version: any; install: (app: App, options?: Partial | undefined) => void; };