import { Editor } from 'tinymce'; declare const isDisabledOptionSupported: (editor: Editor) => boolean; export { isDisabledOptionSupported };