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