import React from 'react'; import type { CropZoomRefType } from './types'; declare const _default: React.ForwardRefExoticComponent<{ cropSize: import("../../commons/types").SizeVector; resolution: import("../../commons/types").SizeVector; onUpdate?: import("./types").CropGestureEventCallBack | undefined; OverlayComponent?: (() => React.ReactElement>) | undefined; } & { children?: React.ReactNode; } & Partial<{ minScale: number; maxScale: number; panMode: import("../../commons/types").PanMode; scaleMode: import("../../commons/types").ScaleMode; allowPinchPanning: boolean; onGestureEnd: () => void; }> & Partial<{ onPanStart: import("../../commons/types").PanGestureEventCallback; onPanEnd: import("../../commons/types").PanGestureEventCallback; }> & Partial<{ onPinchStart: import("../../commons/types").PinchGestureEventCallback; onPinchEnd: import("../../commons/types").PinchGestureEventCallback; }> & Omit, "onDoubleTap"> & React.RefAttributes>; export default _default; //# sourceMappingURL=CropZoom.d.ts.map