import type { EditorPluginConfig, ViewerPluginConfig } from 'wix-rich-content-common'; export declare const HTML_TYPE = "wix-draft-plugin-html"; export interface HtmlPluginEditorConfig extends EditorPluginConfig { [key: string]: any; minHeight?: number; maxHeight?: number; maxWidth?: number; minWidth?: number; } export interface HtmlPluginViewerConfig extends ViewerPluginConfig { [key: string]: any; } //# sourceMappingURL=types.d.ts.map