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