import type { IInteractionStepDetailRow } from "../data/types.js"; export interface IIntelligenceDetailRowsProps { rows: IInteractionStepDetailRow[]; } /** * Renders an occurrence's authored key/value rows generically — the same rendering for every * category, with no per-category switch. A row's value is plain text, a single count+list, or * several independent count+lists stacked under one label. */ export declare function IntelligenceDetailRows({ rows }: IIntelligenceDetailRowsProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=IntelligenceDetailRows.d.ts.map