import { SUBROWS_KEY } from './constants'; import { ObjectForExtending, TableConfig } from '../types'; export declare function ChevronTreeBtn({ tabIndex, tableConfigSubRows, row, className, }: { tabIndex: number | undefined; tableConfigSubRows: TableConfig[typeof SUBROWS_KEY]; row: RowType; className: string; }): import("react/jsx-runtime").JSX.Element;