import { AssessmentQuestion, Lookup } from '@prutech/components'; import { FIA3ASubmissionSummary } from './submission-summary-model'; import { EmploymentTitle } from './employment-declaration/employment-title'; import { EmploymentDetails } from './employment-declaration/employment-details'; export declare class FIA3ASaveEmploymentListItem { id: number; employmentDeclDetailsId: number; cmsEmployerId: number; locationId: number; reviewed: any; typeOfEvidence: AssessmentQuestion; dateEnrolled: AssessmentQuestion; employerName: any; sector: AssessmentQuestion; subSector: AssessmentQuestion; industry: AssessmentQuestion; address: any; employerPhone: any; employerEmail: any; title: EmploymentTitle; details: EmploymentDetails; city: AssessmentQuestion; zip: AssessmentQuestion; state: AssessmentQuestion; employeeLocation: AssessmentQuestion; submissionSummary: FIA3ASubmissionSummary; employee: AssessmentQuestion; constructor(data: unknown); }