/** * Custom hook to check if the context Consumer is wrapped inside the ContextProvider * @param context * @returns context */ export declare function useProviderCheck(context: T): T; //# sourceMappingURL=useProviderCheck.d.ts.map