import type { AppContext, Plugin } from 'vue'; export declare type SFCWithInstall = T & Plugin; export declare type SFCInstallWithContext = SFCWithInstall & { _context: AppContext | null; };