import { DOMTemplateLiterals } from '@dineug/r-html';
import { RelationshipPath } from '../../../../../utils/draw-relationship';
export declare function relationshipShape(relationshipType: number, relationshipPath: RelationshipPath): DOMTemplateLiterals | null;
