import React from 'react'; import { UMLElement } from '../../services/uml-element/uml-element'; type OwnProps = { element: UMLElement; }; export declare const DefaultRelationshipPopup: React.ComponentClass; export {};