/**
 * decorator of a reactive provide
 * @param key key
 * @return PropertyDecorator | void
 */
export declare function ProvideReactive(key?: string | symbol): import("vue-class-component").VueDecorator;
