declare module 'jodit/config' { interface Config { table: { selectionCellStyle: string; useExtraClassesOptions: boolean; }; } } export {};