import { type LitElement } from "lit"; export declare const getParentNodes: (el: HTMLElement | ShadowRoot["host"]) => Generator; export declare const searchClosestElement: (element: LitElement, selector: keyof HTMLElementTagNameMap) => Element | import("../index.js").MjoOption | null; export declare const querySelectorShadowRoot: (selector: keyof HTMLElementTagNameMap, element: HTMLElement | Element | null) => HTMLElement | import("../index.js").MjoOption | null; export declare const searchParentElement: (component: HTMLElement, tagName: string) => Element | null; export declare const getInheritBackgroundColor: (component: HTMLElement) => string; //# sourceMappingURL=shadow-dom.d.ts.map