import type { BeforePasteEvent, TrustedHTMLHandler } from 'roosterjs-editor-types';
/**
* @internal
* Convert pasted content from PowerPoint
* @param event The BeforePaste event
*/
export default function convertPastedContentFromPowerPoint(event: BeforePasteEvent, trustedHTMLHandler: TrustedHTMLHandler): void;