import { Plugin, Directive } from 'vue'; declare function withInstall(comp: T, alias?: string, directive?: { name: string; comp: Directive; }): T & Plugin; export default withInstall;