import type { Element } from "domhandler"; /** Stable path for style lookup — must match browser batch resolver. */ export declare function elementStylePath(element: Element): string; //# sourceMappingURL=style-path.d.ts.map