import type { NodeEditor, NodeFactory } from '..'; export declare function getEditorFromContext(): { editor?: NodeEditor; factory?: NodeFactory; };