import type { Node } from '@atlaskit/editor-prosemirror/model';
export declare function findNode(parent: Node, predicate: (node: Node) => boolean): Node | undefined;
