import { DataTableProps } from './IDataTable'; export default function DataTable(props: DataTableProps): import("react/jsx-runtime").JSX.Element;