import { type PagamioMantineTableProps } from './types';
declare const PagamioTable: <T extends {
    id: string | number;
}>({ columns, data, pagination, sorting, filtering, search, exportable, addButton, addText, onAdd, onClearFilters, handleSearchTable, showClearFilters, showApplyFilterButton, searctInputPlaceHolder, expandable, renderExpandableComponent, ...props }: PagamioMantineTableProps<T>) => import("react/jsx-runtime").JSX.Element;
export default PagamioTable;
