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