import type { BlockProperties, Plugin } from 'grapesjs'; export interface PluginOptions { block?: Partial; } export declare const resizableAngles: { ratioDefault: boolean; tc: boolean; cl: boolean; cr: boolean; bc: boolean; }; declare const plugin: Plugin; export default plugin;