import React from "react";
import { ITableProps } from "../../models/ITableProps";
declare const Table: React.FC<ITableProps>;
export default Table;
