import type { Plugin } from 'vue'; export type SFCWithInstall = T & Plugin; export declare const withInstall: (component: T) => SFCWithInstall;