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