import { DataTableWrapperProps } from './types'; export declare const DataTableWrapper: ({ dataTable, dataOptions, height, width, customStyles, themeSettings, onSortUpdate, }: DataTableWrapperProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=data-table-wrapper.d.ts.map