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