declare const _nodeWidth = 200; declare const _nodeHeight = 85; declare const _lineOptions: { fontStyle: string; strokeColor: string; hasArrow: boolean; arrowSize: number; }; export { _nodeWidth, _nodeHeight, _lineOptions };