export interface QuillHtmlEditButtonOptions { debug?: boolean; syntax?: boolean; closeOnClickOverlay: boolean; prependSelector: string; buttonHTML?: string; buttonTitle?: string; msg: string; okText: string; cancelText: string; editorModules?: {}; }