import * as React$1 from "react"; import * as react_jsx_runtime0 from "react/jsx-runtime"; import * as ProgressPrimitive from "@radix-ui/react-progress"; //#region src/react/ui/progress.d.ts /** Visual indicator showing task completion percentage */ declare function Progress({ className, value, ...props }: React$1.ComponentProps): react_jsx_runtime0.JSX.Element; //#endregion export { Progress }; //# sourceMappingURL=progress.d.ts.map