import type { Plugin, Component } from 'vue'; type SFCWithInstall = T & Plugin; export declare function withInstall(comp: T): SFCWithInstall; export {};