import { Plugin } from 'vue'; export declare type SFCWitchInstall = T & Plugin; export declare function withInstall(comp: T): SFCWitchInstall;