import type { DataTableProps } from './types'; declare function DataTable(props: DataTableProps): import("react/jsx-runtime").JSX.Element; export default DataTable; export type { DataTableColumn, DataTableProps, RowSelectionConfig, RowTextExpandConfig, TableRowAction, } from './types';