import type { ReadonlyContentModelBlockGroup } from 'roosterjs-content-model-types'; import type { ImageAndParagraph } from '../types/ImageAndParagraph'; /** * @internal */ export declare const EDITING_MARKER = "isEditing"; /** * @internal */ export declare function findEditingImage(group: ReadonlyContentModelBlockGroup, imageId?: string): ImageAndParagraph | null;