export declare function findClosestParentIgnoringPortals(element: Element, predicate: (el: Element) => boolean): Element | undefined;