import type { Component, Plugin } from 'vue'; declare function withInstall(comp: T, alias?: string): T & Plugin; export default withInstall;