import type { IEditor } from 'roosterjs-content-model-types'; /** * Clear format of selection * @param editor The editor to clear format from */ export declare function clearFormat(editor: IEditor): void;