/// <reference types="react" />
import TableProps from "./interface";
declare const Table: (props: TableProps) => JSX.Element;
export default Table;
