import { Lookup } from '@prutech/components'; export declare class EmploymentDeclarationListItem { employmentDeclaraitonId: number; employerName: string; numberOfJobs: number; jobHours: number; payPerMonth: number; createdBy: string; createdDate: string; empDeclarationStatus: Lookup; canEditED: boolean; constructor(data: unknown); }