/// export type ProgressBarProps = React.ComponentPropsWithoutRef & { progressProps: { value: number; max?: number; }; };