import React from 'react'; import { TouchableOpacity as RNTouchableOpacity } from 'react-native'; import type { CellProps } from './type'; declare const Cell: React.ForwardRefExoticComponent>; export default Cell;