import { MatcherType, SelectorKind } from "../../types/rule.js";
export declare const TW_MERGE_STRINGS: {
    kind: SelectorKind.Callee;
    match: {
        type: MatcherType.String;
    }[];
    name: string;
};
/** @see https://github.com/dcastil/tailwind-merge */
export declare const TW_MERGE: {
    kind: SelectorKind.Callee;
    match: {
        type: MatcherType.String;
    }[];
    name: string;
}[];
//# sourceMappingURL=twMerge.d.ts.map