/// <reference types="react" />
import { TableProps } from './types';
declare function DataTable<T>(props: TableProps<T>): JSX.Element;
declare const _default: typeof DataTable;
export default _default;
