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