import * as React from "react"; const Table = ({ width, height, color }) => ( ); export default Table;