import { Progress } from './Progress'; import type { ProgressProps } from './Progress.types'; export type { ProgressProps }; export { Progress };