/**
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
*/
/**
* @module html-embed
*/
export { HtmlEmbed } from "./htmlembed.js";
export { HtmlEmbedEditing } from "./htmlembedediting.js";
export { HtmlEmbedUI } from "./htmlembedui.js";
export { HtmlEmbedCommand } from "./htmlembedcommand.js";
export type { HtmlEmbedConfig, HtmlEmbedSanitizeOutput } from "./htmlembedconfig.js";
export type { RawHtmlApi as _RawHtmlEmbedApi } from "./htmlembedediting.js";
import "./augmentation.js";
