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