/*! * 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 type { IViewBased } from 'jodit/types'; import type { IViewOptionsPro } from '../../types/view'; import { Plugin } from 'jodit/core/plugin'; export declare class license = IViewBased> extends Plugin { static make(jodit: IViewBased): license; protected afterInit(jodit: T): void; protected beforeDestruct(jodit: T): void; private validateLicenseRemote; }