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 MarginValue = EmValue | { x?: EmValue; y?: EmValue; t?: EmValue; s?: EmValue; b?: EmValue; e?: EmValue; }; export declare function margin(value: MarginValue, context: StyleContextValue, theme: ThemeContextValue): ViewStyle; //# sourceMappingURL=margin.d.ts.map