import CompCommon from '../../common/type'; export interface ProgressProps extends CompCommon { percent: number; strokeWidth: number; color: string; radius: number; trackColor: string; pivotText?: string; showPivot: boolean; status?: 'progress' | 'error' | 'success'; }