/** * When true, KPI strips should use the horizontal scroll row instead of a * container-queried grid (phones, high zoom / reflow — not tablet/desktop). */ declare function useCompactMetricsStrip(): boolean; export { useCompactMetricsStrip };