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