import type { PluginObject } from 'vue'; export type SFCWithInstall = T & PluginObject; export declare const withInstall: >(main: T, extra?: E) => T & PluginObject & E;