import { PolylineEdge, PolylineEdgeModel } from '@logicflow/core'; declare class BmPolyLineModel extends PolylineEdgeModel { private FLOWTYPE; private addConditionItem; initEdgeData(data: any): void; getEdgeStyle(): { [x: string]: any; fill?: string; stroke?: string; strokeWidth?: number; }; setAttributes(): void; } declare class BmPolyLine extends PolylineEdge { } declare const _default: { type: string; view: typeof BmPolyLine; model: typeof BmPolyLineModel; }; export default _default;