import { type PresetHOC } from '../types/PresetHOC'; type TokenSetterType = 'dynamic' | 'static'; /** * 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 withSetTokens: PresetHOC<{ canSetTokens?: TokenSetterType[]; interactionsFilterMetadata?: string[]; }, TokenSetterType[]>; export {}; //# sourceMappingURL=withSetTokens.d.ts.map