export interface IIntelligenceHeaderProps { onClose: () => void; } /** * The panel's list-mode header: the "Interaction Intelligence" title and a close button. */ export declare function IntelligenceHeader({ onClose }: IIntelligenceHeaderProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=IntelligenceHeader.d.ts.map