import { StatsData, StatsOptions, StatConfig } from '../../types';
interface GraphRendererProps {
    stats: StatsData;
    options: StatsOptions;
    configs: StatConfig[];
    thresholds: any;
}
export declare function GraphRenderer({ stats, options, configs }: GraphRendererProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=GraphRenderer.d.ts.map