/**
 * Because this version uses a Proxy, it will fail on any browser that does not
 * support it
 */
import { PluginFunction } from 'vue';
export declare const DynamicReactiveRefs: PluginFunction<never>;
