/** * @internal * Rotate the resizer and cropper handles according to the image position. * @param handles The resizer handles. * @param angleRad The angle that the image was rotated. */ export declare function updateHandleCursor(handles: HTMLElement[], angleRad: number): void;