import type { ViewStyle } from 'react-native'; import { EmValue } from '../functions/em'; import type { StyleContextValue } from '../style-context'; import type { ThemeContextValue } from '../theme-context'; export declare type PositionValue = 'absolute' | { inset?: EmValue; x?: EmValue; y?: EmValue; t?: EmValue; s?: EmValue; b?: EmValue; e?: EmValue; }; export declare function position(value: PositionValue, context: StyleContextValue, theme: ThemeContextValue): ViewStyle; //# sourceMappingURL=position.d.ts.map