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