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