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