export class BodyRow extends React.Component { constructor(props: any); onClick(event: any): void; onDoubleClick(event: any): void; onTouchEnd(event: any): void; onRightClick(event: any): void; onMouseDown(event: any): void; onMouseUp(event: any): void; onDragEnd(event: any): void; onDragOver(event: any): void; onDragLeave(event: any): void; onDrop(event: any): void; onKeyDown(event: any): void; onRowEditInit(event: any): void; onRowEditSave(event: any): void; onRowEditCancel(event: any): void; updateEditingState(event: any, editing: any): void; getEditing(): any; changeTabIndex(currentRow: any, nextRow: any): void; findNextSelectableRow(row: any): any; findPrevSelectableRow(row: any): any; isFocusable(): boolean; getTabIndex(): -1 | 0 | null; container: HTMLTableRowElement | null | undefined; } import React from "react";