import { YooEditor, YooptaPathIndex } from '../editor/types';
export declare function findPluginBlockByPath(editor: YooEditor, options?: {
    at: YooptaPathIndex;
}): import("../editor/types").YooptaBlockData<import("slate").Descendant> | null;
//# sourceMappingURL=findPluginBlockByPath.d.ts.map