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