export declare const exclusiveClosest: (el: HTMLElement, selector: string) => HTMLElement | null; export default function closest(el: HTMLElement | null, selector: string): HTMLElement | null;