import * as react_jsx_runtime from 'react/jsx-runtime';
import * as ProgressPrimitive from '@radix-ui/react-progress';
import React__default from 'react';

declare function Progress({ className, value, ...props }: React__default.ComponentProps<typeof ProgressPrimitive.Root>): react_jsx_runtime.JSX.Element;

export { Progress };
