import type { AnnouncingOption, IEditor } from 'roosterjs-content-model-types'; /** * Toggle italic style * @param editor The editor to operate on */ export declare function toggleItalic(editor: IEditor, options?: AnnouncingOption): void;