/**
 * @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 find-and-replace
 */
export { default as FindAndReplace } from './findandreplace.js';
export { default as FindAndReplaceEditing } from './findandreplaceediting.js';
export { default as FindAndReplaceUI } from './findandreplaceui.js';
export { default as FindAndReplaceUtils } from './findandreplaceutils.js';
export { default as FindCommand } from './findcommand.js';
export { default as FindNextCommand } from './findnextcommand.js';
export { default as FindPreviousCommand } from './findpreviouscommand.js';
export { default as ReplaceCommand } from './replacecommand.js';
export { default as ReplaceAllCommand } from './replaceallcommand.js';
export type { FindAndReplaceConfig } from './findandreplaceconfig.js';
import './augmentation.js';
