import { Path } from 'slate';
import { SlateElement, YooEditor } from '../types';
export declare function getParentElementPath(editor: YooEditor, blockId: string, element: SlateElement): Path | undefined;
//# sourceMappingURL=getParentElementPath.d.ts.map