import { type CxArg } from "../tools/clsx_withTransform"; export declare function createGetKcClsx(params: { defaultClasses: Record; }): { getKcClsx: (params: { doUseDefaultCss: boolean; classes: Partial> | undefined; }) => { kcClsx: (...args: CxArg[]) => string; }; };