import type { WarpStepIndicator } from "./step-indicator.js"; export { Step } from "../step/react.js"; /** * Steps are used to show progress through a process or to guide users through a multi-step task. * * [Warp component reference](https://warp-ds.github.io/docs/components/steps/frameworks/elements) */ export declare const StepIndicator: import("@lit/react").ReactWebComponent;