import type { IEditor } from 'roosterjs-content-model-types'; /** * Set background color * @param editor The editor to operate on * @param backgroundColor The color to set. Pass null to remove existing color. */ export declare function setBackgroundColor(editor: IEditor, backgroundColor: string | null): void;