///
import { FlexTable } from '../..';
/**
* DataTable component pass in a collection of data
* via the items property, and then define columns
* for that data using some of our other provided components
* such as BoundColumn!
*
* @param items any[] the tables data set.
* @param header Feader render function.
* @param footer Footer render function.
*/
export declare const DataTable: (props: FlexTable.DataTableProps) => JSX.Element | null;
//# sourceMappingURL=data-table.d.ts.map