/**
 * decorator of a ref prop
 * @param refKey the ref key defined in template
 */
export declare function Ref(refKey?: string): import("vue-class-component").VueDecorator;
