/** Default circular slot size (px); used to derive stack step, gap, and min track width. */ export declare const OVERLAP_STACK_SIZE_PX = 24; export declare const OVERLAP_STACK_GAP_PX = 3; export declare const OVERLAP_STACK_MIN_TRACK_WIDTH_PX = 60; /** Fan-out animation duration (s) for the animated variant (per-slot translate transitions). */ export declare const CHIP_STACK_ANIMATED_DURATION_S = 0.22; /** Hover-leave debounce (ms) before collapsing the row, to absorb pointer jitter between slots. */ export declare const CHIP_STACK_HOVER_LEAVE_MS = 120; /** Default elevated z-index applied to the track while hovered. */ export declare const CHIP_STACK_DEFAULT_HOVER_Z_INDEX = 1000; /** Minimum legible font size for the overflow chip. */ export declare const CHIP_STACK_OVERFLOW_MIN_FONT_PX = 8; /** Reference font size for the overflow chip at the default slot size. */ export declare const CHIP_STACK_OVERFLOW_REF_FONT_PX = 8.5;