import type { ReadonlyContentModelDocument } from 'roosterjs-content-model-types'; import type { ImageAndParagraph } from '../types/ImageAndParagraph'; /** * @internal */ export declare function getSelectedImage(model: ReadonlyContentModelDocument): ImageAndParagraph | null;