/**
 * @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 horizontal-line
 */
export { default as HorizontalLine } from './horizontalline.js';
export { default as HorizontalLineEditing } from './horizontallineediting.js';
export { default as HorizontalLineUI } from './horizontallineui.js';
export type { default as HorizontalLineCommand } from './horizontallinecommand.js';
import './augmentation.js';
