import { PureComponent } from 'react'; export default class Body extends PureComponent { constructor(props: any); handleExpand(rowIndex: any): () => void; isExpanded(rowData: any, rowIndex: any): any; onRowClick(key: any): void; render(): JSX.Element; }