import type { Meta, Story } from '@storybook/react'; import type { ReactFlowProps } from 'reactflow'; declare const _default: Meta; export default _default; export declare const SmartBezier: Story; export declare const SmartStraight: Story; export declare const SmartStep: Story; export declare const SmartBezierWithCustomLabel: Story;