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