/**
 * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * @module highlight
 */
export { default as Highlight } from './highlight.js';
export { default as HighlightEditing } from './highlightediting.js';
export { default as HighlightUI } from './highlightui.js';
export type { default as HighlightCommand } from './highlightcommand.js';
export type { HighlightOption, HighlightConfig } from './highlightconfig.js';
import './augmentation.js';
