import { ComputedShapeParams } from './oncoprintshape'; export default function shapeToSVG(oncoprint_shape_computed_params: ComputedShapeParams, offset_x: number, offset_y: number): SVGElement;