declare const tw: (...classes: (false | null | undefined | string)[]) => string; export { tw }; export default tw;