/*! * 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 backup extends Plugin { requires: string[]; hasStyle: boolean; buttons: Plugin['buttons']; private __box; private __dialog; private __storage; private timeout; protected afterInit(jodit: IJodit): void; private prepareDialog; private onSaveBackup; private onOpenBackupDialog; private onSelectItem; private addButtonsToDialog; protected beforeDestruct(): void; }