import { InjectionKey } from 'vue'; export declare function useInjectStrict(key: string | InjectionKey | symbol, fallback?: T, errorMessage?: string): NonNullable;