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