import type { ContentModelImage, IEditor } from 'roosterjs-content-model-types'; /** * Adjust selection to make sure select an image if any * @return Content Model Image object if an image is select, or null */ export declare function adjustImageSelection(editor: IEditor): ContentModelImage | null;