import { NgZone } from '@angular/core'; import type { Gesture, GestureConfig } from '@ionic/core'; import * as i0 from "@angular/core"; export declare class GestureController { private zone; constructor(zone: NgZone); /** * Create a new gesture */ create(opts: GestureConfig, runInsideAngularZone?: boolean): Gesture; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }