export declare function nodeContainsDescendant(rootNode: HTMLElement, descendant: HTMLElement): boolean; export declare function closest(node: HTMLElement, selector: string): Element | null;