import React from 'react'; import { DirectiveEditorProps } from '../plugins/directives'; /** * A generic editor that can be used as an universal UI for any directive. * Allows editing of the directive content and properties. * Use this editor for the {@link DirectiveDescriptor} Editor option. */ export declare const GenericDirectiveEditor: React.FC;