/*! * Jodit Editor PRO (https://xdsoft.net/jodit/) * See LICENSE.md in the project root for license information. * Copyright (c) 2013-2022 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/ */ import './config'; import type { IJodit } from 'jodit/types'; import { Plugin } from 'jodit/core/plugin'; export declare class changeCase extends Plugin { requires: string[]; buttons: Plugin['buttons']; protected afterInit(jodit: IJodit): void; private applyCase; protected beforeDestruct(jodit: IJodit): void; }