import React from 'react'; import { type EdgeProps } from '@xyflow/react'; export type CatalogEntityRelationsEdgeProps = EdgeProps & { className?: string; }; export declare function CatalogEntityRelationsEdge(props: CatalogEntityRelationsEdgeProps): React.ReactElement;