export declare class DocUploadModel { uploadTypeId: string; titleOfPage: string; content: string; totalDocs: number; size: number; fileFormat: string; iconInfo: string; userType: string; docTypeUploadList: DocTypeUpload[]; allDocsRequired: string; } export declare class DocTypeUpload { docType: string; docDescription: string; } export declare class DocTypeDropdownOption { label: string; value: DocTypeUpload; disabled: boolean; } //# sourceMappingURL=DocUploadModel.d.ts.map