import { memo, forwardRef } from 'react' import { View } from 'react-native' import { Box, BoxProps } from './Box' type AbsoluteProps = Omit export const Absolute = memo( forwardRef((props, ref) => ) ) export const AbsoluteFullFill = memo( forwardRef((props, ref) => ( )) )