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