export default TableRow; /** * Desktop table row component */ declare function TableRow({ row, rowIndexInPage, startIndex, selectedRows, expandedRows, rowClass, stripedRows, theme, onRowClick, hasDetails, showSerial, selectable, visibleColumns, cellClass, withAction, visibleCount, DetailsComponent, actionsToUse, activeActionRowKey, activeAnchorEl, actionButtonRefs, actionMenuRef, toggleExpandRow, handleSelectRow, toggleActions, handleOnAction, closeActionMenu, renderCell, }: { row: any; rowIndexInPage: any; startIndex: any; selectedRows: any; expandedRows: any; rowClass: any; stripedRows: any; theme: any; onRowClick: any; hasDetails: any; showSerial: any; selectable: any; visibleColumns: any; cellClass: any; withAction: any; visibleCount: any; DetailsComponent: any; actionsToUse: any; activeActionRowKey: any; activeAnchorEl: any; actionButtonRefs: any; actionMenuRef: any; toggleExpandRow: any; handleSelectRow: any; toggleActions: any; handleOnAction: any; closeActionMenu: any; renderCell: any; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=TableRow.d.ts.map