Where is the Gesture component?

in the documentation of v4.0.0-beta it is available at:

but in the code I couldn’t find it anywhere!

in v3 I can use it as following:

import { Gesture } from 'ionic-angular/gestures/gesture';

would anyone please point me to the new location of Gesture?

Found it in the core library of ionic on github

So you need to import from that, i would say

thanks Tommertom, but in v3 the Gesture component had much more files:

is it not ported to v4 yet or they abandoned it or what?