import React from 'react'; import { View } from 'react-native'; import type { A11yGroupProps } from '../../types/A11yGroup.types'; export const A11yGroup = (props: A11yGroupProps) => { return ; };