import type { BlockProperties, Plugin } from 'grapesjs'; export interface PluginOptions { block?: Partial; } export declare const sectionId = "section"; declare const plugin: Plugin; export default plugin;