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