import React from "react";
import { MyTableProps } from "./Table.types";
declare const Table: React.FC<MyTableProps>;
export default Table;
