/** * Handles the content when using the Image Paste Option * @param imageDataUri the image uri to use for the image * @param fragment fragment that will contain the content to paste. */ export default function handleImagePaste(imageDataUri: string, fragment: DocumentFragment): void;