export declare function closestElement(selector: string, el: any): null | Element; export declare function getSlottedElements(slot: any): R[]; export declare function hasSlottedElements(slot: any): boolean; export declare function containsElement(target: Element, element: Element): boolean; export declare function closestPassShadow(node: Node, selector: string): HTMLElement | null;