/// type JobStartSummaryProps = { field?: string; error?: string; }; declare const JobStartSummary: React.FC; export default JobStartSummary;