import type { ImageStyle, ViewStyle } from 'react-native'; export type AspectRatio = Pick; export type Direction = Pick; export type Display = Pick; export type SizeMode = NonNullable | 'fill' | 'scale_down'; export type PositionValue = Partial>; export type PositionPreset = { position: NonNullable | 'fixed' | 'sticky'; };