import { ComponentPropsWithoutRef } from 'react'; import { Progress } from '../ui'; export interface ProgressProps extends ComponentPropsWithoutRef { } export { Progress };