import * as React from 'react';
import type { HistoricalTrend } from '@/types/playwright.js';
interface TrendAnalysisProps {
    trends: HistoricalTrend[];
    loading: boolean;
    error: string | null;
    currentResults?: any[];
}
export declare const TrendAnalysis: React.NamedExoticComponent<TrendAnalysisProps>;
export {};
//# sourceMappingURL=TrendAnalysis.d.ts.map