import type { ContentModelImageFormat, FormatParser } from 'roosterjs-content-model-types'; /** * @internal * Remove image size if it is larger than editor view width to let it auto size */ export declare const imageSizeParser: FormatParser;