import type { ViewStyle } from 'react-native'; import type { StyleContextValue } from '../style-context'; import type { ThemeContextValue } from '../theme-context'; export declare type WrapValue = 'wrap' | 'reverse' | 'none'; export declare function wrap(value: WrapValue, style: StyleContextValue, theme: ThemeContextValue): ViewStyle; //# sourceMappingURL=wrap.d.ts.map