import * as React$1 from "react"; import * as react_jsx_runtime112 from "react/jsx-runtime"; import * as ProgressPrimitive from "@rn-primitives/progress"; //#region ui/progress.d.ts declare function Progress({ className, value, indicatorClassName, ...props }: ProgressPrimitive.RootProps & { ref?: React$1.RefObject; indicatorClassName?: string; }): react_jsx_runtime112.JSX.Element; //#endregion export { Progress }; //# sourceMappingURL=progress.d.ts.map