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