import React from 'react';
interface RotateHandleProps {
    onRotateStart: (e: React.MouseEvent | React.TouchEvent) => void;
    isRotating: boolean;
}
declare const RotateHandle: React.FC<RotateHandleProps>;
export default RotateHandle;
//# sourceMappingURL=rotate.d.ts.map