/// import { TablePropsType } from "./interface"; declare const Table: (props: TablePropsType) => JSX.Element; export default Table;