import type DragAndDropContext from '../types/DragAndDropContext'; import type DragAndDropHandler from '../../../pluginUtils/DragAndDropHandler'; import type { CreateElementData } from 'roosterjs-editor-types'; import type { CropInfo } from '../types/ImageEditInfo'; /** * @internal * Crop handle for DragAndDropHelper */ export declare const Cropper: DragAndDropHandler; /** * @internal * Get HTML for crop elements, including 4 overlays (to show dark shadow), 1 container and 4 crop handles */ export declare function getCropHTML(): CreateElementData[];