Component subclasses

Is it or would it be possible to define component subclass elsewhere than in App namespace? i.e.

GD.DropDown = Em.Component.extend(…

and somehow tell ember to look for the subclass name in such user-defined GD namespace?

Thanks.