import { Plugin } from 'vue'; type SFCWidthInstall = T & Plugin; export declare function makeInStaller(components: Plugin[]): Plugin; export declare const withInstall: (component: T) => SFCWidthInstall; export {};