import { Plugin } from 'vue'; export declare const install: (component: T, alias?: string) => T & Plugin;