import type { AggregatedStats } from "../types"; interface StatsGridProps { stats: AggregatedStats; } export declare function StatsGrid({ stats }: StatsGridProps): import("react/jsx-runtime").JSX.Element; export {};