/// import { Store } from 'redux'; export declare const RecoilReduxContext: import("react").Context<{ store?: Store | undefined; }>;