You still need to instantiate it first. Tested with JavaScript:
var web3 = new Web3();
window.console.log(web3);
> Object { _requestManager: Object, currentProvider: undefined, eth:
Object, db: Object, shh: Object, net: Object, personal: Object, bzz:
Object, settings: Object, version: Object, 2 more… }