import React from 'react'; import type { CommonZoomState } from '../../commons/types'; import type { ResumableZoomRefType } from './types'; declare const _default: React.ForwardRefExoticComponent; pinchMode: import("../../commons/types").PinchMode; longPressDuration: number; onSwipe: (direction: import("../../commons/types").SwipeDirection) => void; onUpdate: (e: CommonZoomState) => void; onOverPanning: (x: number, y: number) => void; }> & { children: React.ReactNode; } & Partial<{ onPanStart: import("../../commons/types").PanGestureEventCallback; onPanEnd: import("../../commons/types").PanGestureEventCallback; }> & Partial<{ onPinchStart: import("../../commons/types").PinchGestureEventCallback; onPinchEnd: import("../../commons/types").PinchGestureEventCallback; }> & Partial<{ onLongPress: import("../../commons/types").LongPressGestreEventCallback; }> & Omit, "onDoubleTap"> & Omit void; }>, "maxScale"> & React.RefAttributes>; export default _default; //# sourceMappingURL=ResumableZoom.d.ts.map