import type { IInteractionCategory } from "../data/types.js"; export interface IIntelligenceDetailHeaderProps { category: IInteractionCategory; onBack: () => void; onClose: () => void; } /** * The detail view's header: a back button to the list, the category's icon/label, and a close * button. No duration/tokens — a category never carries its own honest figure for either. */ export declare function IntelligenceDetailHeader({ category, onBack, onClose }: IIntelligenceDetailHeaderProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=IntelligenceDetailHeader.d.ts.map