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