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