import { EditorPlugin } from '../../types';
declare const insertBlockPlugin: EditorPlugin;
export default insertBlockPlugin;
