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