import React, { ReactElement, JSXElementConstructor } from 'react'; import { FiltersMap, KeyedItem } from '@wix/bex-core'; import { TableSectionsState } from './TableSectionsState'; export declare const useTableSectionRow: (state: TableSectionsState) => React.ForwardRefExoticComponent<{ children: ReactElement>[]; rowData: KeyedItem; className: string; }>; //# sourceMappingURL=useTableSectionRow.d.ts.map