import { Plugin, type Component, type DefineComponent } from 'vue'; export declare function withInstall(component: T): T & Plugin;