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