import { ConnectionLineType } from '@xyflow/system'; import type { ConnectionLineComponent } from '../../types'; import { JSX } from 'solid-js'; type ConnectionLineWrapperProps = { type: ConnectionLineType; component?: ConnectionLineComponent; containerStyle?: JSX.CSSProperties; style?: JSX.CSSProperties; }; export declare function ConnectionLineWrapper(p: ConnectionLineWrapperProps): JSX.Element; export {}; //# sourceMappingURL=index.d.ts.map