import TopicShape from './topicShape'; import Bounds from '../../../utils/bounds'; export default class SingleBreakAngleTopicShape extends TopicShape { constructor(); protected calcTopicShapePath(bounds: Bounds): string; }