import { LookupModel } from '../../../shared/models/lookup-model'; export declare class SaveSelectedEmployers { employerDetlId: number; employerid: number; employerLocationid: number; employer: string; address: string; city: string; state: LookupModel; zip: string; contactName: string; contactEmail: string; employerStatus: LookupModel; locationStatus: LookupModel; isApproved: boolean; canRemove: boolean; constructor(data: unknown); }