import React from 'react'; import type { BodyCellProps } from './types'; export declare const BodyCell: React.FC;