export declare function findAscendantElement(node: Node, predicate: (element: Element) => boolean): Element | null; export declare function findAscendantHTMLElement(node: Node, predicate: (element: HTMLElement) => boolean): HTMLElement | null;