import type { ViewStyle } from 'react-native'; import type { StyleContextValue } from '../style-context'; import type { ThemeContextValue } from '../theme-context'; export declare type ItemsValue = 'start' | 'end' | 'center' | 'baseline' | 'stretch'; export declare function items(value: ItemsValue, context: StyleContextValue, theme: ThemeContextValue): ViewStyle; //# sourceMappingURL=items.d.ts.map