import { InjectionKey, Ref } from 'vue'; declare const staticProxy: readonly ["ref", "reactive", "shallowRef"]; export type ataticType = (typeof staticProxy)[number]; export type argsType = { key: string; value: any; type: ataticType; }; export declare function useProviderContext(provideKey: InjectionKey>>, provideConfig: argsType[]): [(key: string, value: any) => void, (key: string) => Ref | undefined] | undefined; export {}; //# sourceMappingURL=useProviderContext.d.ts.map