export type ClProgressProps = { className?: string; value?: number; strokeWidth?: number; showText?: boolean; color?: string; unColor?: string; };