export declare function matchesSelector(el: HTMLElement, selector: string): boolean; export declare function isHover(el: HTMLElement): boolean; export declare function getShadowActiveElement(): Element | null;