export declare const isVue2: boolean export declare const isVue3: boolean export * from 'vue' export type { default as Vue } from 'vue' /** @deprecated This is a new API for Vue3 */ export declare const ReactiveEffect: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const effect: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const proxyRefs: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const stop: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const camelize: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const capitalize: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const normalizeClass: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const normalizeProps: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const normalizeStyle: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const toDisplayString: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const toHandlerKey: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const $computed: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const $fromRefs: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const $raw: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const $ref: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const BaseTransition: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const Comment: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const Fragment: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const KeepAlive: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const Static: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const Suspense: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const Teleport: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const Text: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const callWithAsyncErrorHandling: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const callWithErrorHandling: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const cloneVNode: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const compatUtils: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const createBlock: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const createCommentVNode: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const createElementBlock: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const createElementVNode: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const createHydrationRenderer: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const createRenderer: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const createSlots: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const createStaticVNode: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const createTextVNode: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const createVNode: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const defineAsyncComponent: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const defineEmits: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const defineExpose: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const defineProps: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const getTransitionRawChildren: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const guardReactiveProps: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const handleError: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const initCustomFormatter: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const isMemoSame: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const isRuntimeOnly: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const isVNode: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const mergeProps: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const openBlock: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const popScopeId: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const pushScopeId: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const queuePostFlushCb: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const registerRuntimeCompiler: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const renderList: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const renderSlot: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const resolveComponent: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const resolveDirective: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const resolveDynamicComponent: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const resolveFilter: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const resolveTransitionHooks: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const setBlockTracking: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const setDevtoolsHook: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const setTransitionHooks: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const ssrContextKey: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const ssrUtils: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const toHandlers: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const transformVNodeArgs: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const useSSRContext: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const useTransitionState: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const warn: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const withAsyncContext: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const withCtx: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const withDefaults: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const withDirectives: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const withMemo: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const withScopeId: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const Transition: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const TransitionGroup: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const VueElement: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const createApp: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const createSSRApp: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const defineCustomElement: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const defineSSRCustomElement: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const hydrate: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const render: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const vModelCheckbox: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const vModelDynamic: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const vModelRadio: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const vModelSelect: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const vModelText: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const vShow: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const withKeys: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const withModifiers: typeof undefined /** @deprecated This is a new API for Vue3 */ export declare const compile: typeof undefined