import { Plugin } from 'jodit/src/modules'; import { IJodit } from 'jodit/src/types'; import './config'; export declare class SourceMediaModalHandler extends Plugin { private getMediaElementList; private getMediaList; private mediaEventHandler; protected afterInit(editor: IJodit): void; protected beforeDestruct(editor: IJodit): void; }