import grapesjs from 'grapesjs';

declare const plugin: grapesjs.Plugin;

export {
	plugin as default,
};

export {};
