import { FC } from "react"; import { TableProps } from "./Table.interface"; declare const Table: FC; export default Table;