import { ContinousBaseGesture } from './gesture'; import { PinchGestureHandlerEventPayload } from '../PinchGestureHandler'; export declare class PinchGesture extends ContinousBaseGesture { constructor(); } export declare type PinchGestureType = InstanceType;