/// import type { StepperProps } from './types'; export declare const Stepper: ({ activeValue, options }: StepperProps) => JSX.Element;