import React from "react";
import GuiTableCellProps from "./type";
declare const GuiTableCell: React.FC<GuiTableCellProps>;
export default GuiTableCell;
