import type { StepperStepProps } from './index.js'; declare const StepperStep: import("svelte").Component; type StepperStep = ReturnType; export default StepperStep;