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