export type CxArg = undefined | null | ClassName | boolean | Partial> | readonly CxArg[]; export declare function clsx_withTransform(params: { args: CxArg[]; transform: (arg: string) => string; }): string;