declare module "doc-editor-delta/dist/interface" { interface TextElement { [ITALIC_KEY]?: boolean; } } export declare const ITALIC_KEY = "italic";