import { TableProps } from './types.js'; /** * PureTable Component. Table without any data fetch or aggregation logic. * * @returns Pure Table component */ export declare const PureTable: ({ dataTable, dataOptions, designOptions, onSortUpdate, themeSettings, width, height, }: TableProps) => import("react/jsx-runtime").JSX.Element;