import { defineComponent as _defineComponent, defineAsyncComponent as _defineAsyncComponent, getCurrentInstance as _getCurrentInstance, h as _h, inject as _inject, nextTick as _nextTick, provide as _provide, useCssModule as _useCssModule } from 'vue-demi' declare global { const defineComponent: typeof _defineComponent const defineAsyncComponent: typeof _defineAsyncComponent const getCurrentInstance: typeof _getCurrentInstance const h: typeof _h const inject: typeof _inject const nextTick: typeof _nextTick const provide: typeof _provide const useCssModule: typeof _useCssModule }