import React from 'react'; import { JsxEditorProps } from '../plugins/jsx'; /** * A generic editor that can be used as an universal UI for any JSX element. * Allows editing of the element content and properties. * Use this editor for the {@link JsxComponentDescriptor} Editor option. */ export declare const GenericJsxEditor: React.FC;