import React from 'react';
import { StoreKey } from 'recoil-sync';
declare type Props = {
    storeKey?: StoreKey;
    children: React.ReactNode;
};
export declare const RecoilHistorySyncJSONNext: React.FC<Props>;
export {};
//# sourceMappingURL=RecoilHistorySyncJSONNext.d.ts.map