export type ProgressSize = 'small' | 'base' | 'large';
export type ProgressStatus = 'text' | 'active' | 'icon';
