import type { InjectionKey } from 'vue';
export declare function injectStrict<T>(key: string | InjectionKey<T> | symbol, fallback?: T): NonNullable<T>;
