import { TableProps } from './types'; /** * 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; //# sourceMappingURL=pure-table.d.ts.map