import { FC } from 'react';
import { MRT_Cell, MRT_TableInstance } from '..';
interface Props {
    cell: MRT_Cell;
    table: MRT_TableInstance;
}
export declare const MRT_TableBodyCellValue: FC<Props>;
export {};
