import { RenderNode } from '../types';
declare const renderTableCell: RenderNode;
export default renderTableCell;
