import type { ImageHtmlOptions } from '../types/ImageHtmlOptions';
/**
* @internal
* Get HTML for rotate elements, including the rotate handle with icon, and a line between the handle and the image
*/
export declare function createImageRotator(doc: Document, htmlOptions: ImageHtmlOptions): HTMLDivElement[];