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