/// <reference types="react" />
import { IReactJSONSettingsV2 } from './IReactJSONSettingsV2';
/**
 * Builds ReactJson object with FPS Defaults
 *
 *    import { FPSReactJSON } from '@mikezimm/fps-library-v2/lib/components/atoms/ReactJSON/ReactJSONObjectV2';
 *
 * @param props
 * @returns
 */
export declare function FPSReactJSON(props: IReactJSONSettingsV2): JSX.Element;
//# sourceMappingURL=ReactJSONObjectV2.d.ts.map