import type { IJodit } from 'jodit/types'; import { Plugin } from 'jodit/core/plugin'; export declare class classSpan extends Plugin { buttons: Plugin['buttons']; protected afterInit(jodit: IJodit): void; protected beforeDestruct(): void; }