export declare function findElementAncestor(element: HTMLElement, selector: string): HTMLElement | null;
