import type { IInteractionIntelligenceTotals } from "../data/types.js"; export interface IIntelligenceDurationTokensProps { totals: Pick; /** The trigger shows a dimmed "/" between the two figures; the timeline tooltip omits it. */ showSlash?: boolean; } /** * The "{duration} / {tokens}" fragment shown by the inline Interaction Intelligence trigger, * omitting the tokens segment when `tokens` is unknown. */ export declare function IntelligenceDurationTokens({ totals, showSlash }: IIntelligenceDurationTokensProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=IntelligenceDurationTokens.d.ts.map