import type { PresetHOC } from '../types/PresetHOC'; /** * Add a property to the Item class to inform that the item should display a toggle in the UI * for controlling visibility in view mode * @param {LayoutItem} Item The item to enhance */ export declare const withHideInViewMode: PresetHOC<{ showHideInViewMode?: boolean; }>; //# sourceMappingURL=withHideInViewMode.d.ts.map