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