import { TinyMCE as TinyMCEGlobal } from 'tinymce';
declare const getTinymce: (view: Window) => TinyMCEGlobal | null;
export { getTinymce };
