import { datatableProp } from './types'; declare const Datatable: ({ rows, columns, title, subTitle, actionButtons, selection, tableheadstyle, tablerowstyle, pagination, onSelectionDelete, onEditBtnClick, onDeleteBtnClick, viewButton, editButton, deleteButton, keysToExcludeFromView, searchAble, handleViewObjects, style, className, excelDownload, removefromExcel, modalClassName, modalStyle, }: datatableProp) => import("react/jsx-runtime").JSX.Element; export default Datatable;