import type TVue from '@vue/runtime-core';
import type { Vuefy } from './types';
export declare function createVuefy(Vue: typeof TVue): Vuefy;
