import type { ImageRotateMetadataFormat } from 'roosterjs-content-model-types'; import type { DragAndDropHandler } from '../../pluginUtils/DragAndDrop/DragAndDropHandler'; import type { DragAndDropContext } from '../types/DragAndDropContext'; /** * @internal * The rotate drag and drop handler */ export declare const Rotator: DragAndDropHandler;