Composer, autoload and namespaces allowed?

Just as in title. Is using composer autoload (PSR-4) for namespaces in classes instead of prefixing everything allowed in theme development? Or should we just prefix every class and “require” into oblivion? Or maybe there’s just an easy “fix” for this that I am not aware of?