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