/**
 * @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
 */
/**
 * @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 style
 */
export { default as Style } from './style.js';
export { default as StyleEditing } from './styleediting.js';
export { default as StyleUI } from './styleui.js';
export { default as StyleUtils } from './styleutils.js';
export type { StyleConfig, StyleDefinition } from './styleconfig.js';
export type { default as StyleCommand } from './stylecommand.js';
import './augmentation.js';
