declare module 'jodit/config' { interface Config { imageProcessor: { replaceDataURIToBlobIdInView: boolean; }; } } export {};