import { JSX } from 'react'; import { BffCatalogEntity } from '../../../../core/types'; export type CatalogEntityRelationsGraphProps = { entity: BffCatalogEntity; }; export declare function CatalogEntityRelationsGraph({ entity }: CatalogEntityRelationsGraphProps): JSX.Element;