import type { PropsWithChildren } from 'react'; import React from 'react'; import type { Insets, StyleProp, ViewStyle } from 'react-native'; import type { UploadProps } from './_internal'; interface UploadWrapperProps extends Omit { wrapperStyle?: StyleProp; hitSlop?: Insets; activeOpacity?: number; } declare const UploadWrapper: React.FC>; export default UploadWrapper; //# sourceMappingURL=Wrapper.d.ts.map