import type { BlockProperties, Plugin } from 'grapesjs';
export interface PluginOptions {
    block?: Partial<BlockProperties>;
}
declare const plugin: Plugin<PluginOptions>;
export default plugin;
