import * as React from 'react'; interface ConnectionLineProps { hideBracket?: boolean; width?: number; className?: string; style?: React.CSSProperties; } export declare function ConnectionLine(props: ConnectionLineProps): React.JSX.Element; export {};