declare module 'jodit/config' { interface Config { toolbarSticky: boolean; toolbarDisableStickyForMobile: boolean; toolbarStickyOffset: number; } } export {};