/** * Layout constants for the dashboard header. */ /** * Default (and minimum) dashboard header height (px): the default 28px item plus the 10px top/bottom * padding. The header grows beyond this when an item is taller than the default. */ export declare const DASHBOARD_HEADER_HEIGHT = 48; /** * Default size (px) for dashboard header items that don't specify their own size. */ export declare const DASHBOARD_HEADER_ITEM_SIZE = 28; /** * Gap (px) between adjacent dashboard header items (matches Fusion's 10px spacing). */ export declare const DASHBOARD_HEADER_ITEMS_GAP = 10;