declare const _default: (...classNames: (string | undefined)[]) => string; /** * @param {(string|Object)} classNames - className you wanted to apply, it can be string or object. * @returns {string} Composed classname based on parameters given. * @description Combine classes defined by the users and it's requirements, this is works the same as `cx` in Emotion JS. */ export default _default;