import type { SlateEditor, YooEditor, YooptaPathIndex } from '../editor/types';
export declare function findSlateBySelectionPath(editor: YooEditor, options?: {
    at: YooptaPathIndex;
}): SlateEditor | undefined;
//# sourceMappingURL=findSlateBySelectionPath.d.ts.map