import { InternalEditor, InternalEditorOptions } from '../../../../../core/src/library/index'; import React from 'react'; import { NodeProps } from '../Node'; export declare type ReactComponent = (props: NodeProps & T) => JSX.Element; export declare class Editor extends InternalEditor { constructor(options: InternalEditorOptions); }