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