import { Plugin } from 'prosemirror-state';
declare const attributesPlugin: (attributes?: {}) => Plugin;
export default attributesPlugin;
