import React from 'react'; import { a as StepperOrientation, P as PolymorphicComponentType, S as Steps } from './index-BKep9hw_.js'; type StepperComponentProps = React.PropsWithChildren & { currentStep?: number; orientation?: StepperOrientation; as?: PolymorphicComponentType; }>; declare const Stepper: React.ForwardRefExoticComponent & { currentStep?: number | undefined; orientation?: StepperOrientation | undefined; as?: React.ElementType | undefined; } & { children?: React.ReactNode; } & React.RefAttributes>; type StepComponentProps = React.PropsWithChildren & Steps & { as?: PolymorphicComponentType; }>; declare const Step: React.ForwardRefExoticComponent & Steps & { as?: React.ElementType | undefined; } & { children?: React.ReactNode; } & React.RefAttributes>; export { Step, type StepComponentProps, Stepper, type StepperComponentProps };