import { ITableProps } from './types'; export declare const Table: ({ data, columns, stripped, size, pin, selectable, getRowId, resizable, selectedRows, onSelectionChange, rowSelectionMessage, rowActions, testId, customBackgroundColor, }: ITableProps) => import("react/jsx-runtime").JSX.Element;