/*! * 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 { IJodit } from 'jodit/types'; import { Plugin } from 'jodit/core/plugin'; export declare class googleSearch extends Plugin { requires: string[]; buttons: Plugin['buttons']; protected afterInit(jodit: IJodit): void; protected beforeDestruct(jodit: IJodit): void; }