/// <reference types="react" />
import { RecoilURLSyncJSONOptions } from 'recoil-sync';
declare type Props = Omit<RecoilURLSyncJSONOptions, 'browserInterface'> & {
    shallow?: boolean;
};
export declare const RecoilURLSyncJSONNext: React.FC<Props>;
export {};
//# sourceMappingURL=RecoilURLSyncJSONNext.d.ts.map