import React from 'react'; import { View } from 'react-native'; import type { CellGroupProps } from './type'; declare const CellGroup: React.ForwardRefExoticComponent>; export default CellGroup;