import type { IInteractionStepDetailRowValue } from "../data/types.js"; export interface IDetailRowValueProps { value: IInteractionStepDetailRowValue; } /** * Renders one detail-row value generically — text, a single count+list, or several independent * count+lists stacked together. */ export declare function DetailRowValue({ value }: IDetailRowValueProps): string | import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=DetailRowValue.d.ts.map