/** * @internal */ export declare function isWordOnlineWithList(fragment: DocumentFragment): boolean; /** * @internal * Convert text copied from word online into text that's workable with rooster editor * @param fragment Document fragment that is being pasted into editor. */ export default function convertPastedContentFromWordOnline(fragment: DocumentFragment): void;