import React from 'react'; import { NvDatatableProps } from './types'; declare function NvDatatable({ mode, columns, rows, pagination, sorting, filtering, selection, renderPagination, renderFiltering, onRowClick, expandable: expandableProp, stickyHeader, ...htmlProps }: NvDatatableProps): React.JSX.Element; declare namespace NvDatatable { var displayName: string; } export { NvDatatable };