export interface FieldLargeProgressBar { componentTypeDescription: string; label: string; onGoingOrCompleted: boolean; state: string; newStateMaterialIcon: string; }