export type CircleProgressStrokeLinecap = 'butt' | 'round' | 'square';
