/// type ProgressProps = { value: number; color?: string; styles?: { [name: string]: string; }; showProgress?: boolean; }; declare const Progress: React.FC; export default Progress;