import type { IJodit } from 'jodit/types'; import { Plugin } from 'jodit/core/plugin'; import './config'; export declare class select extends Plugin { private proxyEventsList; protected afterInit(jodit: IJodit): void; protected beforeDestruct(jodit: IJodit): void; private onStartSelection; protected onOutsideClick(e: MouseEvent): void; protected beforeCommandCut(command: string): void; protected onCopyNormalizeSelectionBound(e?: ClipboardEvent): void; }