import { type CxArg as CxArg_generic } from "./clsx_withTransform";
export type CxArg = CxArg_generic<string>;
export declare function clsx(...args: CxArg[]): string;
