import { Lookup } from '@prutech/components'; export declare class AddSelectedEmployerLocation { cmsEmployerId: number; locationId: string; employerName: string; employerNameLocation: string; location: string; address: string; state: Lookup; city: string; zip: number; employee: string; employerEmail: string; employerStatus: string; locationStatus: string; isApproved: boolean; canRemove: boolean; sector: Lookup; subSector: Lookup; industry: Lookup; employerPhone: string; constructor(data: unknown); }