/// import { TableProps } from './types'; declare const Table: (props: TableProps) => JSX.Element; export default Table;