import React from 'react'; import { StyleProp, View, ViewStyle } from 'react-native'; import type { Theme } from '../../types'; type Props = React.ComponentPropsWithRef & { background?: 'canvas' | 'material'; percent: number; style?: StyleProp; theme: Theme; variant?: 'default' | 'tile' | 'indeterminate'; }; declare const _default: React.ComponentType | "background" | "percent"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; }> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics & (({ background, percent, style, theme, variant, ...rest }: Props) => React.JSX.Element), {}>; export default _default; //# sourceMappingURL=Progress.d.ts.map