import { ClassNamesas classNamesType } from'../types';
/**
* @description It takes any number of arguments, and returns a string of all the arguments that are truthy,
* separated by spaces.
*/exportdefaultfunctionclassNames(...args: classNamesType.ArgumentArray): string;