import { Lookup } from '@prutech/components'; export declare class ChildCareListItem { childCareId: number; caseNumber: string; firstName: string; lastName: string; caseName: string; dob: string; aCCISCaseNumber: string; aCCISCaseName: string; aCCISCaseStatus: string; submittingAgency: string; specialNeeds: boolean; requestSpecialNeed: boolean; /** * @description Prepopulate SeamsTypeofCare with ACCIS TypeofCare initially */ seamsTypeofCare: Lookup; mappedACCISTypeofCare: Lookup; mappedACCISTypeofCareDisplayValue: string; accisTypeofCare: Lookup; accisProviderName: string; providerName: Lookup; otherProvider: string; constructor(data: unknown); }