import { UIKITTheme } from "../../../globalStyles"; import { CustomRowParams, DataTableCol, DataTableRow } from "./types"; export declare const defaultRows: DataTableRow[]; export declare const defaultCols: DataTableCol[]; export declare const defaultGetCustomRowCell: (theme: UIKITTheme, withPercentage?: boolean) => ({ row, column, rowIndex, columnIndex, hasAction, withBorders, stickyFirstColumn, isSelected, diffFromLastMaxDecimals, }: CustomRowParams) => import("react/jsx-runtime").JSX.Element;