import { View } from 'react-native'; import type { A11yUIContainerProps } from '../../types/A11yUIContainerView.types'; export const A11yUIContainer = View as unknown as React.ExoticComponent;