import { ContentEditableEditorPluginCollection } from '../../base/plugins/contentEditableEditorPluginCollection'; import { ContentEditableHtmlEditorPlugin } from './contentEditableHtmlEditorPlugin'; export declare class ContentEditableHtmlEditorPluginCollection extends ContentEditableEditorPluginCollection implements Required { get addAllowedAttributes(): string[]; isImageInteractive(image: HTMLImageElement): boolean; }