export declare function closestParentMatch(element: HTMLElement, matcher: string): HTMLElement | null;
