import { PropOptions } from 'vue';
/**
 * decorator for capturings v-model binding to component
 * @param options the options for the prop
 */
export declare function VModel(options?: PropOptions): import("vue-class-component").VueDecorator;
