import type { ChartColor } from '../types'; /** Reserved key for the auto-generated remainder tail (must not collide with a datum name). */ export declare const REMAINDER_KEY = "__horizontal-bar-remainder__"; /** * Auto-cycle order for data without an explicit `color`. Leads with the * warm hues used in the Figma reference (red → brand/w-orange → amber). */ export declare const HORIZONTAL_BAR_PALETTE: ChartColor[];