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