import { TableDataType, TableProps } from './Table.types'; export declare function Table({ data, columns, loading, selectable, sortable, searchable, pageable, noDataAvailable, actions, sort, search, searchQuery, style, pagination, customColumns, customColumnsHeader, onCompleteSelection, labels, theme, handlers, }: TableProps): import("react/jsx-runtime").JSX.Element; export * from './Table.types'; export default Table;