import type { Command } from 'prosemirror-state'; import { InsertCommand } from './SCWysiwygTypes'; declare class SCWysiwygFormatClear implements InsertCommand { insert(): Command; canExecute(): boolean; } export default SCWysiwygFormatClear;