import { VueConstructor } from 'vue';
export declare function install(Vue: VueConstructor, _install: (Vue: VueConstructor) => void): void;
