import { TableComponentProps } from "./interfaces"; export default function TableComponent(props: TableComponentProps): JSX.Element;