import React, { Component } from "react"; import { SimpleTableState } from "./SimpleTableState"; import { SimpleTableProps } from "./SimpleTableProps"; export declare class SimpleTable extends Component { private refExportAll; private refExportCurrentPage; constructor(props: SimpleTableProps); componentDidMount(): Promise; componentDidUpdate(prevProps: Readonly, prevState: Readonly, snapshot?: any): Promise; resetPageNum(): void; loadData(): Promise; render(): React.ReactNode; }