export type ProgressBarProps = { percent: number; top: number; containerWidth: number; left: number; };