import type { ComponentInternalInstance, InjectionKey } from 'vue'; export declare function injectSelf(key: InjectionKey | string, vm?: ComponentInternalInstance): T | undefined;