// Type definitions for classnames 2.2 // Project: https://github.com/JedWatson/classnames // Definitions by: Dave Keen // Adi Dahiya // Jason Killian // Sean Kelley // Michal Adamczyk // Marvin Hagemeister // Josh McCullough // uhyo // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.3 import { ClassValue, ClassNamesExport } from './types'; declare const classNames: ClassNamesExport; export = classNames; export as namespace classNames;