import { Plugin, App } from 'vue'; type SFCWithInstall = T & Plugin; declare function withInstall(component: T, onBeforeInstall?: (app: App) => void): SFCWithInstall; declare const _default: { withInstall: typeof withInstall; components: never[]; }; export { type SFCWithInstall, _default as default, withInstall };