import type { WarpStep } from "./step.js"; /** * Individual step component that shows a single step in a process. * * [Warp component reference](https://warp-ds.github.io/docs/components/steps/frameworks/elements) */ export declare const Step: import("@lit/react").ReactWebComponent;