export declare function InsightBar({ analysedCount, jobsResolved, totalAICount, isAnalysing, sentimentLine, }: { analysedCount: number; jobsResolved: number; totalAICount: number; isAnalysing: boolean; sentimentLine: string | null; }): import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=InsightBar.d.ts.map