import { Component, Plugin } from "vue"; //#region packages/util.d.ts type SFCWithInstall = T & Plugin; declare function withInstall(component: T, name?: string): SFCWithInstall; //#endregion export { SFCWithInstall, withInstall };