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