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