import type { DragAndDropContext } from '../types/DragAndDropContext'; import type { DragAndDropHandler } from '../../pluginUtils/DragAndDrop/DragAndDropHandler'; import type { ImageCropMetadataFormat } from 'roosterjs-content-model-types'; /** * @internal * Crop handle for DragAndDropHelper */ export declare const Cropper: DragAndDropHandler;