import { Editor, NodeEntry } from 'slate'; import { ElementNode } from '../types'; export declare function findElementById(editor: Editor, id: string): NodeEntry | null;