import type { IUIOption } from 'jodit/types'; declare module 'jodit/config' { interface Config { askBeforePasteHTML: boolean; memorizeChoiceWhenPasteFragment: boolean; processPasteHTML: boolean; nl2brInPlainText: boolean; pasteHTMLActionList: IUIOption[]; } }