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<Partial<CellProps> & Omit<React.HTMLAttributes<HTMLDivElement>, 'title'>> & {
    Group: typeof CellGroup;
};
