export default TableCell;
/**
 * Child of {@link Components.TableRow}.
 *
 * @name Components.TableCell
 * @type {React.FC}
 */
declare const TableCell: React.FC;
import React from "react";
