import type { StepperItem, StepperProps } from './types'; export declare function Stepper(props: StepperProps): React.ReactElement | null;