import React from 'react';
import type { TableActionCellProps } from './TableActionCell.types';
declare const TableActionCell: {
    ({ onClick: _onClick, dataHook, primaryAction, secondaryActions, numOfVisibleSecondaryActions, alwaysShowSecondaryActions, alwaysShowPrimaryActions, moreActionsTooltipText, moreActionsProps, popoverMenuProps, size, }: TableActionCellProps): React.JSX.Element;
    displayName: string;
};
export default TableActionCell;
//# sourceMappingURL=TableActionCell.d.ts.map