import { PaintStyle } from "@jsplumb/core"; export declare class SvgComponent { static paint(connector: any, useDivWrapper: boolean, paintStyle: PaintStyle, extents?: any): void; }