import { default as React } from 'react'; import { EditorNodeProps } from './json-editor-types'; declare const ObjectEditor: React.FC; export default ObjectEditor;