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