// rh-progress-stepper/rh-progress-step.js
import type { ReactWebComponent } from '@lit/react';
import type { RhProgressStep } from '@rhds/elements/rh-progress-stepper/rh-progress-step.js';
export const ProgressStep: ReactWebComponent<RhProgressStep, { onChange: 'change' }>;
  