import { Ref, InjectionKey } from 'vue'; type RefType = 'ref' | 'reactive' | 'shallowRef'; type ContextState = Ref | Record; type InjectedContext = Record; export declare function useInjectContext(PIkey: InjectionKey, stateRef: string[], refType?: RefType[]): ContextState[]; export {}; //# sourceMappingURL=useInjectContext.d.ts.map