import type { Meta, Story } from '@storybook/react'; import type { ReactFlowProps } from 'reactflow'; declare const _default: Meta; export default _default; export declare const SmartBezierInteraction: Story; export declare const SmartStraightInteraction: Story; export declare const SmartStepInteraction: Story;