declare type Props = { jobId?: number; }; declare function Stats(props: Props): JSX.Element | null; export default Stats; //# sourceMappingURL=Stats.d.ts.map