export declare function findFirstParent(dom: Node, condition: (dom: Element) => boolean): HTMLElement;