/**
 * @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 remove-format
 */
export { default as RemoveFormat } from './removeformat.js';
export { default as RemoveFormatEditing } from './removeformatediting.js';
export { default as RemoveFormatUI } from './removeformatui.js';
export type { default as RemoveFormatCommand } from './removeformatcommand.js';
import './augmentation.js';
