import type { StyleRule } from "./compiler.types"; export declare function modifyRuleForSelection(rule: StyleRule): StyleRule | undefined; export declare function modifyRuleForPlaceholder(rule: StyleRule): StyleRule | undefined; //# sourceMappingURL=pseudo-elements.d.ts.map