import { FC } from 'react'; import { StepperProps } from './Stepper.types'; export declare const Stepper: FC;