import { CellGroup, CellProps } from '@nutui/nutui-react-taro'; import React, { FC } from 'react'; export type { CellProps } from '@nutui/nutui-react-taro'; export declare const Cell: FC & Omit, 'title'>> & { Group: typeof CellGroup; };