import React from 'react';
/**
 *
 * @param bodyIndex
 * @param item
 * @param thBody eg: ["id", "admissions_code", "student_name", "created_at"]
 * @param thBodyFilter
 * @param selectedPeople
 * @param brSetSelectedPeople
 * @constructor
 */
export declare const RowTable: ({ bodyIndex, border, isBulkAction, itemBody, itemIndex, lefts, setSelectedCheckbox, stickyColumnNumber, thBody, thBodyComponent, thBodyFilter, thHeaderVertical, selectedCheckbox, }: any) => React.JSX.Element;
