import React from 'react'; interface OptionsEditorProps { value?: any; onChange?: any; } declare const OptionsEditor: React.FC; export default OptionsEditor;