import type { PresetHOC } from '../types/PresetHOC'; /** * Add a property to the Item class to inform that the item should display a corner radius editor * @param {LayoutItem} Item The item to enhance */ export declare const withShowCornerRadiusEditor: PresetHOC<{ showCornerRadiusEditor?: boolean; }>; //# sourceMappingURL=withShowCornerRadiusEditor.d.ts.map