import { SPEditor } from '@udecode/slate-plugins-core'; import { Ancestor, NodeEntry, Path, Point, Range } from 'slate'; /** * Searches upward for the root list element */ export declare const getListRoot: (editor: SPEditor, at?: Path | Range | Point | null) => NodeEntry | undefined; //# sourceMappingURL=getListRoot.d.ts.map