import { PureComponent } from 'react'; export default class TableTest extends PureComponent { constructor(props: any); render(): JSX.Element; }