import { CellContext } from '@tanstack/react-table';
import { EntityIdAndVersionNumber } from './TableCellTypes';
/**
 * Renders Entity Badges using the entity bundle.
 * @param props
 * @returns
 */
export declare function EntityBadgeIconsCell<T extends EntityIdAndVersionNumber>(props: CellContext<T, any>): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=EntityBadgeIconsCell.d.ts.map