import type { IEditor } from 'roosterjs-content-model-types'; /** * Set font name * @param editor The editor to operate on * @param fontName The font name to set */ export declare function setFontName(editor: IEditor, fontName: string): void;