import AbstractStructure from './abstractStructure'; import BranchViewController from '../viewController/branchViewController'; import Bounds from '../utils/bounds'; import StructureClass from '../common/constants/structures'; export default class FishboneSENormal extends AbstractStructure { calcAttachedChildrenPos(branch: BranchViewController, bounds: Bounds): void; getChildStructure(): StructureClass; getAttachedConnectionInfo(startBranch: BranchViewController, endBranch: BranchViewController): import("../view/lineRender/topicLineStyle").ConnectionInfo; }