import React from 'react'; import type { SmoothStepEdgeProps } from '../../types'; declare const StepEdge: React.MemoExoticComponent<(props: SmoothStepEdgeProps) => JSX.Element>; export default StepEdge; //# sourceMappingURL=StepEdge.d.ts.map