import type { Plugin } from 'vue'; export declare function withUse(Component: T, customInstall?: Plugin['install']): T & Plugin;