import type { Plugin } from 'vue';
export declare type SFCWithInstall<T> = T & Plugin;
