import { Plugin } from 'vue'; type SFCWithInstall = T & Plugin; export declare const makeInstaller: (components: Plugin[]) => Plugin; export declare const withInstall: (comppnent: T) => SFCWithInstall; export {};