export default function findAncestor(node: HTMLElement, predicate: (ancestor: HTMLElement) => boolean): HTMLElement | undefined;
//# sourceMappingURL=findAncestor.d.ts.map