/// import { JSONEditorPath, JSONEditorState, JSONEditorValueType } from './JSONEditorCommon.js'; export declare const JSONEditor: import("react").ForwardRefExoticComponent<{ readOnly?: boolean; initialValue?: JSONEditorValueType; initialPath?: JSONEditorPath[]; HeaderComponent?: any; FooterComponent?: any; } & import("react").RefAttributes>;