Version: 2.0.02.0.12.0.22.1.03.0.03.1.03.2.03.2.13.3.03.4.04.0.05.0.05.0.15.1.05.1.15.2.05.2.15.3.06.0.06.1.07.0.07.1.07.1.17.2.07.3.08.0.08.1.08.1.18.2.08.2.18.2.28.3.08.4.08.4.18.4.28.5.08.5.19.0.09.0.19.0.29.1.09.1.19.1.210.0.0-rc.010.0.0-rc.110.0.0-rc.210.0.0-rc.3
import Vue from 'vue';
/**
* decorator of an event-emitter function
* @param event The name of the event
* @return MethodDecorator
*/
export declare function Emit(event?: string): (_target: Vue, propertyKey: string, descriptor: any) => void;