import { Plugin } from 'vue'; export declare const makeInstaller: (components?: Plugin[]) => { install: (app: any) => void; };