import { Schema, Plugin, PluginKey } from '../../prosemirror';
export declare const stateKey: PluginKey;
export declare function createPlugin(): Plugin;
declare const plugins: (schema: Schema<any, any>) => Plugin[];
export default plugins;
