import * as ProgressPrimitive from '@radix-ui/react-progress'; import * as React from 'react'; declare const Progress: React.ForwardRefExoticComponent, "ref"> & { indicatorClassName?: string | undefined; } & React.RefAttributes>; export { Progress };