import type { AttributeAction, AttributeSelector } from "css-what"; import type { CompiledQuery, InternalOptions } from "./types.js"; /** * Attribute selectors */ export declare const attributeRules: Record(next: CompiledQuery, data: AttributeSelector, options: InternalOptions) => CompiledQuery>; //# sourceMappingURL=attributes.d.ts.map