export interface Combo { value: string; text: string; } export declare class EmployerSearchResult { employerName: string; employerId: number; addressDisplayVal: string; addressLine1: string; addressLine2: string; addressLine3: string; city: string; state: Combo; country: Combo; zip: string; ficCode: string; ficDestinationCode: string; ficDestinationId: string; ficDestinationName: string; } export declare class EmployerInfoModel { employerName: string; employerId: number; employerDetailId: string; line1: string; line2: string; city: string; state: string; country: string; zip: string; startDayWorked: Date; lastDayWorked: Date; employerPhone: string; hoursWorkedInWeek: number; grossEarning: number; returnToWorkDate: Date; reasonSeparation: string; oldReasonSeparation: string; addEmploymentInfo: string; claimWeekEndDate: Date; rateOfPay: number; freqOfPay: string; voluntaryQuit: string; discharged: string; tempWcEmployerId: number; potentialIssueId: number; haveReturnToWorkDate: string; isPartTimeEmployer: boolean; isEmployerGridSubmitted: boolean; isPartTimeEmployerEdited: boolean; jobTitle: string; constructor(); } //# sourceMappingURL=EmployerDetailSearchResult.d.ts.map