import type { Editor, Element, Text } from 'slate'; import type { YooEditor } from '../types'; export declare function htmlElToSlateNode(editor: YooEditor, blockId: string, htmlEl: HTMLElement): Editor | Element | Text | undefined; //# sourceMappingURL=htmlElToSlateNode.d.ts.map