export { default as XStepper } from './Stepper.vue'
export type {
  StepperProps,
  StepperVariant,
  StepperTheme,
} from './Stepper.vue'
