import React from "react"; import { CellTypes, TableProps } from "./types"; declare const Table: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; export default Table;