import type { BeforePasteEvent, TrustedHTMLHandler } from 'roosterjs-editor-types';
/**
* @internal
* Convert pasted content if there are HTML and Image data in the Clipboard
* @param event The BeforePaste event
*/
export default function convertPasteContentForSingleImage(event: BeforePasteEvent, trustedHTMLHandler: TrustedHTMLHandler): void;