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