import { PureComponent } from 'react'; export default class TableTest extends PureComponent { constructor(props: any); showModal: () => void; handleOk: (e: any) => void; handleCancel: (e: any) => void; render(): JSX.Element; }