/// <reference types="react" />
import { TablePropsType } from "../../config/@types/Table";
declare function Table(props: TablePropsType): JSX.Element;
export default Table;
