The main module lib/Select.js is not compatible with ES6 semantics due to a babel bug. Specifically, the last line undoes the previous line, which is what we would expect from export default Select:
exports['default'] = Select;
module.exports = exports['default']; // doh!