import Component from '../../components/stepper/stepper.component.js'; /** * @summary Steppers display a visitor's progress through linear workflows and experiences with multiple steps. * @documentation https://terra-ui.netlify.app/components/stepper * @status stable * @since 1.0 * * @slot - One or more `` elements to display in the stepper. * * @csspart base - The component's base wrapper. */ declare const reactWrapper: import("@lit/react").ReactWebComponent; export default reactWrapper;