/** @jsxImportSource nativewind */ /** * Source code copied and adapted from: * https://github.com/roninoss/rn-primitives * License: MIT (c) 2024 RoninOSS */ import * as React from "react"; import { View } from "react-native"; declare const Root: React.ForwardRefExoticComponent>; declare const Indicator: React.ForwardRefExoticComponent>; export { Indicator, Root }; //# sourceMappingURL=progress.web.d.ts.map