import { InjectionKey } from 'vue';
export declare function injectFromSelfOrAncestor<T>(key: InjectionKey<T>): T | undefined;
