import type { LabelValue } from '../../body-contracts'; export declare function MetricStripItems({ items }: { items: LabelValue[]; }): import("react").JSX.Element; export declare function StatItems({ items }: { items: LabelValue[]; }): import("react").JSX.Element;