export type ProgressSize = 'sm' | 'md' | 'lg' | string; export type ProgressVariant = 'primary' | 'secondary' | string;