/// <reference types="react" />
import { TableProps } from '../../../types';
declare const Table: ({ data, dataKeys, actions, loader, loading, extraActions, actionsLabel, extraColumns, }: TableProps) => JSX.Element;
export default Table;
