import { Step } from '@ephox/agar'; import { IPropTypes } from 'src/main/ts/components/EditorPropTypes'; import 'tinymce'; declare type SetupCallback = (editor: any, viewModel: any, done: any) => void; declare const setup: (props: Partial, onLoaded: SetupCallback) => Step<{}, {}>; export { setup };