import { Table } from '@tanstack/react-table'; import * as React from 'react'; interface BaseDataTableProps { table: Table; } export declare function BaseDataTable({ table }: BaseDataTableProps): React.JSX.Element; export {}; //# sourceMappingURL=BaseTable.d.ts.map