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