Not sure if the problem is specifically with ember-decorators but it's one example where it doesn't work:
https://github.com/boris-petrov/ember-cli-typescript-bug
Most of the stuff is from blueprints, the only relevant part is the foo-bar component which has @classNames('col-lg-2', 'col-md-4', 'col-sm-6', 'col-xs-12'). These class names are not set on the div. If you remove the hbs file, it works fine, not sure why.