import type { SwitchShadowEdit } from 'roosterjs-content-model-types'; /** * @internal * Switch the Shadow Edit mode of editor On/Off * @param editorCore The EditorCore object * @param isOn True to switch On, False to switch Off */ export declare const switchShadowEdit: SwitchShadowEdit;