import type { RowData } from '@tanstack/table-core'; import type { DataTableProps } from './types.ts'; export declare const DataTable: ({ disableSearch, emptyStateProps, onRowClick, onRowDoubleClick, onSearchChange, togglesComponent, ...props }: DataTableProps) => import("react/jsx-runtime").JSX.Element; export type { DataTableColumnBreakpoints, DataTableProps, DataTableRowAction, DataTableSearchChangeHandler } from './types.ts'; export * as TanstackTable from '@tanstack/table-core'; //# sourceMappingURL=DataTable.d.ts.map