import { Lookup } from '@prutech/components'; export declare class SaveChildCareListItem { childCareId: number; caseNumber: string; firstName: string; lastName: string; dob: string; aCCISCaseNumber: string; aCCISCaseName: string; aCCISCaseStatus: string; submittingAgency: string; specialNeeds: boolean; requestSpecialNeed: boolean; accisTypeofCare: Lookup; seamsTypeofCare: Lookup; mappedACCISTypeofCare: Lookup; providerName: Lookup; accisProviderName: string; otherProvider: string; constructor(data: unknown); }