export declare const closest: (element: HTMLElement | EventTarget | null, selector: string) => HTMLElement | null;
export declare const matches: (element: HTMLElement, selector: string) => boolean;
