import type { SetContentModel } from 'roosterjs-content-model-types'; /** * @internal * Set content with content model * @param core The editor core object * @param model The content model to set * @param option Additional options to customize the behavior of Content Model to DOM conversion * @param onNodeCreated An optional callback that will be called when a DOM node is created * @param isInitializing True means editor is being initialized then it will save modification nodes onto * lifecycleState instead of triggering events, false means other cases */ export declare const setContentModel: SetContentModel;