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