import { LayoutScale } from "../mmviz-layout/index"; import { Component } from "./component"; export declare class LineComponentSvg extends Component { strokeWidth: any; constructor(parentSelector: string, selector?: string); updateView(parent: any, viewModel: any, layoutScale: LayoutScale): LineComponentSvg; }