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