import type { PresetHOC } from '../types/PresetHOC'; /** * Add a property to the Item class to inform that it can set tokens based on item events * @param {LayoutItem} Item The item to enhance */ export declare const withSwitchToTab: PresetHOC<{ canSwitchToTab?: boolean; interactionsFilterMetadata?: string[]; }>; //# sourceMappingURL=withSwitchToTab.d.ts.map