/** * A simplified version of https://github.com/JedWatson/classnames * * Example usage: * * classnames('primary-button', { selected: true }, 'left') * */ export declare function classnames(...args: Array | undefined>): string;