import { TPlateEditor } from "../../../../../../node_modules/@udecode/plate-core/dist/react/index.d.ts"; import { Node } from "slate"; export declare const closestNodeMatching: (editor: TPlateEditor, match: (node: Node) => boolean) => import("slate").NodeEntry;