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 withUnsetTokens: PresetHOC<{ canUnsetTokens?: boolean; interactionsFilterMetadata?: string[]; }>; //# sourceMappingURL=withUnsetTokens.d.ts.map