declare function classNames(...args: any[]): string | undefined;

export { classNames };
