import "./styles.scss"; import { ComplexTableItem, ComplexTableProps } from "../types"; declare const ComplexTable: >({ headings, className, currentSortColumn, items, noItemsCaption, tableConfig, paginatorConfig, searchConfig, selectionBarConfig, onRowClick, selectedRows, onPageChange, onSearch, onSortChange, onSelectionChange, actions, itemComponent, pagesCount, currentPage, loading, hasActiveSearch, containerRef, tableRef, afterPageLoad, }: ComplexTableProps) => JSX.Element | null; export default ComplexTable; //# sourceMappingURL=index.d.ts.map