import type { BffCatalogRelatedEntity } from '../../../core/types'; export type CatalogEntityRelationCellProps = Pick; export declare function CatalogEntityRelationCell({ relationType, relationRole }: CatalogEntityRelationCellProps): string;