import { MatcherType } from "../../types/rule.js";
export declare const CX_STRINGS: [string, {
    match: MatcherType.String;
}[]];
export declare const CX_OBJECT_KEYS: [string, {
    match: MatcherType.ObjectKey;
}[]];
/** @see https://cva.style/docs/api-reference#cx */
export declare const CX: ([string, {
    match: MatcherType.String;
}[]] | [string, {
    match: MatcherType.ObjectKey;
}[]])[];
//# sourceMappingURL=cx.d.ts.map