import type { IEditor } from 'roosterjs-editor-types'; /** * Remove explicit width & height attributes on the image element. * @param editor The editor that contains the image * @param image The image to remove w/h from */ export default function resetImage(editor: IEditor, image: HTMLImageElement): void;