import { TableProps } from "./types"; export default function Table({ data, columns, noResults, primaryKey, pagination, handleChangePage, handleChangeRowsPerPage, sxTable, deriveRowProps, loading, hideHeader, headerProps, setPagination, }: TableProps): JSX.Element;