import React, { Component } from "react"; declare class GenericTable extends Component { render(): React.JSX.Element; } export { GenericTable };