import type { HiddenPropertyOptions } from './HiddenPropertyOptions'; import type { IEditor } from 'roosterjs-content-model-types'; /** * @internal * Maintain hidden properties in DOM after editor content is reset using HTML * This includes: * 1. Undeletable property */ export declare function fixupHiddenProperties(editor: IEditor, options: HiddenPropertyOptions): void;