import type { EdgeProps } from '../../types';
declare const StepEdgeInternal: import("svelte").Component<EdgeProps, {}, "">;
type StepEdgeInternal = ReturnType<typeof StepEdgeInternal>;
export default StepEdgeInternal;
