import { VuiComponent } from "../core/vui.js";
import { StepperIndicatorProps } from "./stepperIndicatorTypes.js";
//#region src/stepper/stepperIndicator.d.ts
/**
 * Renders a step indicator circle with a number, icon, or status variant.
 * Sub-component of the Stepper namespace.
 */
declare const StepperIndicator: VuiComponent<"div", StepperIndicatorProps>;
//#endregion
export { StepperIndicator };

//# sourceMappingURL=stepperIndicator.d.ts.map