import type { BeforePasteEvent } from 'roosterjs-content-model-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 ev BeforePasteEvent */ export declare function processPastedContentWacComponents(ev: BeforePasteEvent): void;