export type StatsProps = { runCount: number; updatedAt: string; }; export declare const Stats: (props: StatsProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Stats.d.ts.map