import type { Component, Plugin } from 'vue';
export declare const withInstall: <T extends Component>(component: T) => T & Plugin;
