import CompCommon from '../../common/type'; export interface ProgressCircleProps extends CompCommon { percent: number; size: number; color: string; layerColor: string; text?: string; strokeWidth: number; }