import Component from '../../components/stepper-step/stepper-step.component.js'; /** * @summary A step within a stepper component that displays progress through a multi-step workflow. * @documentation https://terra-ui.netlify.app/components/stepper-step * @status stable * @since 1.0 * * @slot - The step's caption (optional, only shown in default variant). * * @csspart base - The component's base wrapper. * @csspart bar - The progress bar indicator. * @csspart content - The content area containing title and caption. * @csspart title - The step's title. * @csspart caption - The step's caption. * @csspart icon - The checkmark icon (shown when completed). */ declare const reactWrapper: import("@lit/react").ReactWebComponent; export default reactWrapper;