import type { IEditor } from 'roosterjs-content-model-types'; /** * Toggle subscript style * @param editor The editor to operate on */ export declare function toggleSubscript(editor: IEditor): void;