import { MatcherType, SelectorKind } from "../../types/rule.js";
export declare const CLSX_STRINGS: {
    kind: SelectorKind.Callee;
    match: {
        type: MatcherType.String;
    }[];
    name: string;
};
export declare const CLSX_OBJECT_KEYS: {
    kind: SelectorKind.Callee;
    match: {
        type: MatcherType.ObjectKey;
    }[];
    name: string;
};
/** @see https://github.com/lukeed/clsx */
export declare const CLSX: ({
    kind: SelectorKind.Callee;
    match: {
        type: MatcherType.String;
    }[];
    name: string;
} | {
    kind: SelectorKind.Callee;
    match: {
        type: MatcherType.ObjectKey;
    }[];
    name: string;
})[];
//# sourceMappingURL=clsx.d.ts.map