import type { SmoothStepEdgeProps } from '../../types'; declare const SmoothStepEdge: (_p: SmoothStepEdgeProps) => import("solid-js").JSX.Element; declare const SmoothStepEdgeInternal: (_p: SmoothStepEdgeProps) => import("solid-js").JSX.Element; export { SmoothStepEdge, SmoothStepEdgeInternal }; //# sourceMappingURL=SmoothStepEdge.d.ts.map