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