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