import type { DataTableProps } from './DataTable.types';
declare function DataTable({ rows, columns, slots, ...otherProps }: DataTableProps): import("react/jsx-runtime").JSX.Element;
export default DataTable;
