export declare const matches: (el: HTMLElement, selector: string) => boolean; export declare const findAncestor: (el: HTMLElement, selector: string) => HTMLElement | null; export default findAncestor;