import type { HtmlSanitizerOptions } from 'roosterjs-editor-types'; /** * @internal * Convert pasted content from Office Online * Once it is known that the document is from WAC * We need to remove the display property and margin from all the list item * @param event The BeforePaste event */ export default function convertPastedContentFromOfficeOnline(fragment: DocumentFragment, sanitizingOption: Required): void;