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