import { InjectionKey } from "vue"; export declare function injectStrict(key: InjectionKey, fallback?: T): T & ({} | null);