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