import type { TypeDecoratorVue } from './types.ts'; export declare function createVueDecorator(type: TypeDecoratorVue, options?: OPTIONS): PropertyDecorator & MethodDecorator; //# sourceMappingURL=createVueDecorator.d.ts.map