export { Emit, Inject, Model, Prop, Provide, Ref, Watch } from 'vue-property-decorator'; export declare const Component: (v: V) => V; export declare function Emits(events: string[]): import("vue-class-component").VueDecorator;