import React from 'react';
import { Store } from 'redux';
export declare const RecoilReduxBridge: React.FC<{
    store: Store;
}>;
