declare module 'jodit/config' { interface Config { showCharsCounter: boolean; countHTMLChars: boolean; showWordsCounter: boolean; } } export {};