import { InferInlineNode } from './doc/types-infer.js'; import { DocNode, Range } from './doc/types.js'; import { Editor } from './editor.js'; /** * Get leaf nodes that intersect with the selection or specified range. */ export declare function LeavesInRange(editor: Editor, range?: Range): Generator, void, void>;