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