import type { ComponentProps } from "react"; /** * Numbered step container. Markdown headings written as `### 1. Title` are * converted into this structure automatically; use the JSX form when a step * heading has to be wrapped in another component. */ export declare const Steps: ({ className, ...props }: ComponentProps<"div">) => import("react/jsx-runtime").JSX.Element; export declare const Step: ({ className, ...props }: ComponentProps<"div">) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=steps.d.ts.map